diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-07-15 16:54:09 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-07-15 16:54:09 +0000 |
commit | f0cab8c5ee4489b033c1f02af0b808967f8d050d (patch) | |
tree | a72a45e914731d01bba2d90db085c2bb394a5b17 /graphics | |
parent | b1de88a0bc01383ec33b37c85e8fb7623bffcbd7 (diff) | |
download | FreeBSD-ports-f0cab8c5ee4489b033c1f02af0b808967f8d050d.zip FreeBSD-ports-f0cab8c5ee4489b033c1f02af0b808967f8d050d.tar.gz |
USE_GTK implies USE_GLIB, so that remove the latter when the former is present.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xmms-fishmatic/Makefile | 1 | ||||
-rw-r--r-- | graphics/xmms-iris/Makefile | 1 | ||||
-rw-r--r-- | graphics/xmms-paranormal/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/graphics/xmms-fishmatic/Makefile b/graphics/xmms-fishmatic/Makefile index 676c549..5967d07 100644 --- a/graphics/xmms-fishmatic/Makefile +++ b/graphics/xmms-fishmatic/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= xmms:${PORTSDIR}/audio/xmms INSTALLS_SHLIB= yes USE_LIBTOOL= yes -USE_GLIB= yes USE_GMAKE= yes USE_GTK= yes USE_MESA= yes diff --git a/graphics/xmms-iris/Makefile b/graphics/xmms-iris/Makefile index cb35943..c94f56d 100644 --- a/graphics/xmms-iris/Makefile +++ b/graphics/xmms-iris/Makefile @@ -17,7 +17,6 @@ BUILD_DEPENDS= xmms-config:${PORTSDIR}/audio/xmms RUN_DEPENDS= xmms:${PORTSDIR}/audio/xmms GNU_CONFIGURE= yes -USE_GLIB= yes USE_GTK= yes USE_GMAKE= yes USE_MESA= yes diff --git a/graphics/xmms-paranormal/Makefile b/graphics/xmms-paranormal/Makefile index 52d0fe3..76aeb72 100644 --- a/graphics/xmms-paranormal/Makefile +++ b/graphics/xmms-paranormal/Makefile @@ -24,7 +24,6 @@ CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include/libxml2/libxml" SDL_CONFIG="${SDL GNU_CONFIGURE= yes INSTALLS_SHLIB= yes -USE_GLIB= yes USE_GTK= yes USE_GMAKE= yes USE_MESA= yes |