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 /games/groundhog | |
parent | ac71ec1e747b06194d64f5b5e2aff4e6cc1333e0 (diff) | |
download | ports-5941d1e60984d4e43b31488900937f128fbedabd.tar.gz ports-5941d1e60984d4e43b31488900937f128fbedabd.zip |
Notes
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 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> |