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/xphotohunter | |
parent | eb7ace1d483526258b2f4fb9a8a01aa61001f807 (diff) | |
download | ports-63a181d059d4f1e681cb21970f9dfb79e7bc803b.tar.gz ports-63a181d059d4f1e681cb21970f9dfb79e7bc803b.zip |
Deploy USE_GNOMENG infrastructure
PR: 42301
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes:
svn path=/head/; revision=65456
Diffstat (limited to 'games/xphotohunter')
-rw-r--r-- | games/xphotohunter/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xphotohunter/Makefile b/games/xphotohunter/Makefile index 2784db2202c7..e1da38daf53c 100644 --- a/games/xphotohunter/Makefile +++ b/games/xphotohunter/Makefile @@ -14,7 +14,8 @@ MAINTAINER= clive@FreeBSD.org USE_X_PREFIX= yes USE_GMAKE= yes -USE_IMLIB= yes +USE_GNOMENG= yes +USE_GNOME= imlib post-install: @${CAT} ${PKGMESSAGE} |