diff options
author | clive <clive@FreeBSD.org> | 2006-02-19 13:44:46 +0800 |
---|---|---|
committer | clive <clive@FreeBSD.org> | 2006-02-19 13:44:46 +0800 |
commit | 9b64115e118a2db75358bbdfb00c451c21992810 (patch) | |
tree | 90b4176a6400ef0fa083485d2795560f596db965 /games | |
parent | f2ec686fa28318318dfa296a2dc1055b18ca2167 (diff) | |
download | freebsd-ports-gnome-9b64115e118a2db75358bbdfb00c451c21992810.tar.gz freebsd-ports-gnome-9b64115e118a2db75358bbdfb00c451c21992810.tar.zst freebsd-ports-gnome-9b64115e118a2db75358bbdfb00c451c21992810.zip |
Add missing USE_GETTEXT.
Pointed out by: kris
Diffstat (limited to 'games')
-rw-r--r-- | games/xphotohunter/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/xphotohunter/Makefile b/games/xphotohunter/Makefile index 67774d9bdeb6..db81ec04621d 100644 --- a/games/xphotohunter/Makefile +++ b/games/xphotohunter/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= http://micro.ee.nthu.edu.tw/~tomcat/Xphotohunter/ MAINTAINER= clive@FreeBSD.org COMMENT= A game looking for the difference between two pictures +USE_GETTEXT= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= imlib |