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/gtkabale/Makefile | |
parent | eb7ace1d483526258b2f4fb9a8a01aa61001f807 (diff) |
Deploy USE_GNOMENG infrastructure
PR: 42301
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes:
svn path=/head/; revision=65456
Diffstat (limited to 'games/gtkabale/Makefile')
-rw-r--r-- | games/gtkabale/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gtkabale/Makefile b/games/gtkabale/Makefile index 33d749ecee91..08f89dc69a41 100644 --- a/games/gtkabale/Makefile +++ b/games/gtkabale/Makefile @@ -13,7 +13,8 @@ MASTER_SITES= ftp://ftp.seindal.dk/pub/rene/ MAINTAINER= nakai@FreeBSD.org USE_X_PREFIX= yes -USE_IMLIB= yes +USE_GNOMENG= yes +USE_GNOME= imlib GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |