diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-07-16 00:54:09 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-07-16 00:54:09 +0800 |
commit | f0cab8c5ee4489b033c1f02af0b808967f8d050d (patch) | |
tree | a72a45e914731d01bba2d90db085c2bb394a5b17 /graphics/xmms-fishmatic | |
parent | b1de88a0bc01383ec33b37c85e8fb7623bffcbd7 (diff) | |
download | freebsd-ports-gnome-f0cab8c5ee4489b033c1f02af0b808967f8d050d.tar.gz freebsd-ports-gnome-f0cab8c5ee4489b033c1f02af0b808967f8d050d.tar.zst freebsd-ports-gnome-f0cab8c5ee4489b033c1f02af0b808967f8d050d.zip |
USE_GTK implies USE_GLIB, so that remove the latter when the former is present.
Diffstat (limited to 'graphics/xmms-fishmatic')
-rw-r--r-- | graphics/xmms-fishmatic/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/xmms-fishmatic/Makefile b/graphics/xmms-fishmatic/Makefile index 676c5491734d..5967d07ac317 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 |