diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-03-28 22:16:49 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-03-28 22:16:49 +0000 |
commit | 4892e7bad53af7c972b26c39003ea0e1147c32ae (patch) | |
tree | 7d2b78412f36c61a98015f540decc89b59e8eea7 /games | |
parent | 9e279726a1115cc83026628f8d2cd6a8ce96ba80 (diff) | |
download | ports-4892e7bad53af7c972b26c39003ea0e1147c32ae.tar.gz ports-4892e7bad53af7c972b26c39003ea0e1147c32ae.zip |
Give games/groundhog a proper dependencylist
Submitted by: Eric Anholt <eta@lclark.edu>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=77651
Diffstat (limited to 'games')
-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 5709a0dfc0ec..0a20808488a4 100644 --- a/games/groundhog/Makefile +++ b/games/groundhog/Makefile @@ -14,11 +14,9 @@ MASTER_SITES= http://home-2.tiscali.nl/~cb007736/ MAINTAINER= edwin@mavetju.org COMMENT= Groundhog, a simple logic game -LIB_DEPENDS= gtk-x11-2.200:${PORTSDIR}/x11-toolkits/gtk20 \ +LIB_DEPENDS= gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 \ glib-2.0.200:${PORTSDIR}/devel/glib20 -USE_GNOMENG= yes -USE_GNOME= gtk12 USE_GMAKE= yes GNU_CONFIGURE= yes |