diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-13 15:04:46 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-13 15:04:46 +0000 |
commit | 5941d1e60984d4e43b31488900937f128fbedabd (patch) | |
tree | 16d8125b8d5b23e2061b9f31b6803afffbeb8efe | |
parent | ac71ec1e747b06194d64f5b5e2aff4e6cc1333e0 (diff) | |
download | ports-5941d1e60984d4e43b31488900937f128fbedabd.tar.gz ports-5941d1e60984d4e43b31488900937f128fbedabd.zip |
Notes
-rw-r--r-- | audio/aumix/Makefile | 2 | ||||
-rw-r--r-- | games/groundhog/Makefile | 4 | ||||
-rw-r--r-- | x11-themes/gtk-qnxtheme/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gtk-qnxtheme/Makefile | 2 |
4 files changed, 4 insertions, 6 deletions
diff --git a/audio/aumix/Makefile b/audio/aumix/Makefile index 59fc2b72b0b3..693fac1ff3b9 100644 --- a/audio/aumix/Makefile +++ b/audio/aumix/Makefile @@ -61,7 +61,7 @@ PKGNAMESUFFIX= -gtk CONFIGURE_ARGS+=--without-gtk .elif defined(WITH_GTK2) PKGNAMESUFFIX= -gtk -LIB_DEPENDS+= gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 +USE_GNOME= gtk20 CONFIGURE_ARGS+=--without-gtk1 .else CONFIGURE_ARGS+=--without-gtk --without-gtk1 diff --git a/games/groundhog/Makefile b/games/groundhog/Makefile index 24b6e07a1fa3..c7a016f27394 100644 --- a/games/groundhog/Makefile +++ b/games/groundhog/Makefile @@ -14,10 +14,8 @@ MASTER_SITES= http://home-2.tiscali.nl/~cb007736/ MAINTAINER= edwin@mavetju.org COMMENT= Groundhog, a simple logic game -LIB_DEPENDS= gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 \ - glib-2.0.200:${PORTSDIR}/devel/glib20 - USE_GMAKE= yes +USE_GNOME= gtk20 GNU_CONFIGURE= yes .include <bsd.port.pre.mk> diff --git a/x11-themes/gtk-qnxtheme/Makefile b/x11-themes/gtk-qnxtheme/Makefile index 4a21e2200e3f..45c7a4af0ce6 100644 --- a/x11-themes/gtk-qnxtheme/Makefile +++ b/x11-themes/gtk-qnxtheme/Makefile @@ -16,7 +16,7 @@ MAINTAINER= flynn@energyhq.es.eu.org COMMENT= QNX-inspired theme for GTK1 and GTK2 .if defined(WITH_GTK2) -LIB_DEPENDS+= gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 +USE_GNOME= gtk20 PLIST_SUB+= GTK2="" .else PLIST_SUB+= GTK2="@comment " diff --git a/x11-toolkits/gtk-qnxtheme/Makefile b/x11-toolkits/gtk-qnxtheme/Makefile index 4a21e2200e3f..45c7a4af0ce6 100644 --- a/x11-toolkits/gtk-qnxtheme/Makefile +++ b/x11-toolkits/gtk-qnxtheme/Makefile @@ -16,7 +16,7 @@ MAINTAINER= flynn@energyhq.es.eu.org COMMENT= QNX-inspired theme for GTK1 and GTK2 .if defined(WITH_GTK2) -LIB_DEPENDS+= gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 +USE_GNOME= gtk20 PLIST_SUB+= GTK2="" .else PLIST_SUB+= GTK2="@comment " |