diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-02 00:59:13 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-02 00:59:13 +0000 |
commit | 63a181d059d4f1e681cb21970f9dfb79e7bc803b (patch) | |
tree | 56ef091910709f4c5afc5ea2a51bb53506ef8adb /games/groundhog | |
parent | Kevin Oberman has offered to maintain this. (diff) |
Deploy USE_GNOMENG infrastructure
PR: 42301
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes:
svn path=/head/; revision=65456
Diffstat (limited to '')
-rw-r--r-- | games/groundhog/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/groundhog/Makefile b/games/groundhog/Makefile index 343b316d88b1..576bd85209df 100644 --- a/games/groundhog/Makefile +++ b/games/groundhog/Makefile @@ -15,7 +15,8 @@ MAINTAINER= edwin@mavetju.org LIB_DEPENDS= gtk-x11-2.0:${PORTSDIR}/x11-toolkits/gtk20 \ glib-2.0.0:${PORTSDIR}/devel/glib20 -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_GMAKE= yes GNU_CONFIGURE= yes |