diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-03-07 11:32:10 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-03-07 11:32:10 +0800 |
commit | 82170d796d5ff48baadac93b0c7c25f6120c12ed (patch) | |
tree | 04e7fcf96b8d4aaca653f1380280edd69e49fab8 /sysutils/gnomecontrolcenter2 | |
parent | cdf6e30837ee03f100320ce6937350213af29bfc (diff) | |
download | marcuscom-ports-82170d796d5ff48baadac93b0c7c25f6120c12ed.tar marcuscom-ports-82170d796d5ff48baadac93b0c7c25f6120c12ed.tar.gz marcuscom-ports-82170d796d5ff48baadac93b0c7c25f6120c12ed.tar.bz2 marcuscom-ports-82170d796d5ff48baadac93b0c7c25f6120c12ed.tar.lz marcuscom-ports-82170d796d5ff48baadac93b0c7c25f6120c12ed.tar.xz marcuscom-ports-82170d796d5ff48baadac93b0c7c25f6120c12ed.tar.zst marcuscom-ports-82170d796d5ff48baadac93b0c7c25f6120c12ed.zip |
- Use USE_GSTREAMER
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3822 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnomecontrolcenter2')
-rw-r--r-- | sysutils/gnomecontrolcenter2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/gnomecontrolcenter2/Makefile b/sysutils/gnomecontrolcenter2/Makefile index 117d617b4..f1be7f089 100644 --- a/sysutils/gnomecontrolcenter2/Makefile +++ b/sysutils/gnomecontrolcenter2/Makefile @@ -24,8 +24,9 @@ USE_X_PREFIX= yes USE_REINPLACE= yes USE_GMAKE= yes GNOME_DESKTOP_VERSION=2 +USE_GSTREAMER= yes USE_GNOME= gnomeprefix gnomehack intlhack metacity nautilus2 \ - gstreamerplugins gnomemenus desktopfileutils + gnomemenus desktopfileutils USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ |