diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-02-17 17:31:04 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-02-17 17:31:04 +0800 |
commit | b4a76b30945232ddedd734fc06ace1c5ebafce99 (patch) | |
tree | e5a02d0da0b5bcfcdcbc68129143ba52fc8cd315 /x11 | |
parent | 1a0c6d1f3da24c3efee8f3b45d45010a5a2d9d20 (diff) | |
download | marcuscom-ports-b4a76b30945232ddedd734fc06ace1c5ebafce99.tar marcuscom-ports-b4a76b30945232ddedd734fc06ace1c5ebafce99.tar.gz marcuscom-ports-b4a76b30945232ddedd734fc06ace1c5ebafce99.tar.bz2 marcuscom-ports-b4a76b30945232ddedd734fc06ace1c5ebafce99.tar.lz marcuscom-ports-b4a76b30945232ddedd734fc06ace1c5ebafce99.tar.xz marcuscom-ports-b4a76b30945232ddedd734fc06ace1c5ebafce99.tar.zst marcuscom-ports-b4a76b30945232ddedd734fc06ace1c5ebafce99.zip |
Use USE_GSTREAMER macro
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3665 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-applets/Makefile | 3 | ||||
-rw-r--r-- | x11/gnomeapplets2/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index 689c02020..cdc8b57fe 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -29,7 +29,8 @@ USE_GMAKE= yes GNOME_DESKTOP_VERSION=2 INSTALLS_OMF= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel \ - gstreamerplugins gail + gail +USE_GSTREMAER= yes USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ diff --git a/x11/gnomeapplets2/Makefile b/x11/gnomeapplets2/Makefile index 689c02020..cdc8b57fe 100644 --- a/x11/gnomeapplets2/Makefile +++ b/x11/gnomeapplets2/Makefile @@ -29,7 +29,8 @@ USE_GMAKE= yes GNOME_DESKTOP_VERSION=2 INSTALLS_OMF= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel \ - gstreamerplugins gail + gail +USE_GSTREMAER= yes USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ |