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 /audio | |
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 'audio')
-rw-r--r-- | audio/snd/Makefile | 1 | ||||
-rw-r--r-- | audio/wmusic/Makefile | 1 | ||||
-rw-r--r-- | audio/xmms-sndfile/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile index 8437bf1..6eae8be 100644 --- a/audio/snd/Makefile +++ b/audio/snd/Makefile @@ -72,7 +72,6 @@ MAKEFILE= makefile PLIST= ${WRKDIR}/pkg-plist .if !defined(WITHOUT_X11) PREFIX= ${X11BASE} -USE_GLIB= yes USE_GTK= yes USE_XLIB= yes .endif diff --git a/audio/wmusic/Makefile b/audio/wmusic/Makefile index fe758b4..ae70f92 100644 --- a/audio/wmusic/Makefile +++ b/audio/wmusic/Makefile @@ -20,7 +20,6 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= PATH_GTKCONFIG=${PREFIX}/bin/gtk12-config USE_GMAKE= yes -USE_GLIB= yes USE_GTK= yes USE_X_PREFIX= yes USE_XPM= yes diff --git a/audio/xmms-sndfile/Makefile b/audio/xmms-sndfile/Makefile index 49300fc..ed5ae67 100644 --- a/audio/xmms-sndfile/Makefile +++ b/audio/xmms-sndfile/Makefile @@ -18,7 +18,6 @@ LIB_DEPENDS= sndfile.0:${PORTSDIR}/audio/libsndfile \ CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" -USE_GLIB= yes USE_GTK= yes USE_LIBTOOL= yes USE_X_PREFIX= yes |