diff options
author | marcus <marcus@FreeBSD.org> | 2004-04-13 23:04:46 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-04-13 23:04:46 +0800 |
commit | 150492033dafe42d047b5f3f5aa20370a5397ab1 (patch) | |
tree | 99cf6d6fffc6bedd751c04eab2daa6a6307c34ee /games/groundhog | |
parent | a140ba2e45d245f7cc4ef66228dac9810d37926a (diff) | |
download | freebsd-ports-graphics-150492033dafe42d047b5f3f5aa20370a5397ab1.tar.gz freebsd-ports-graphics-150492033dafe42d047b5f3f5aa20370a5397ab1.tar.zst freebsd-ports-graphics-150492033dafe42d047b5f3f5aa20370a5397ab1.zip |
Move the gtk20 dependency to USE_GNOME to chase the gtk20 shared lib version.
Diffstat (limited to 'games/groundhog')
-rw-r--r-- | games/groundhog/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/groundhog/Makefile b/games/groundhog/Makefile index 24b6e07a1fa..c7a016f2739 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> |