diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-22 14:48:03 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-22 14:48:03 +0000 |
commit | 077a58f032efc81c06a5c627cf14888c6eee37d9 (patch) | |
tree | 14fee1a21bf0a706c4026dfb70c9bd7281351d20 /games/xphotohunter | |
parent | a4da4776f1822761dc6ede9613d669b718644578 (diff) |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Notes
Notes:
svn path=/head/; revision=209583
Diffstat (limited to 'games/xphotohunter')
-rw-r--r-- | games/xphotohunter/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/xphotohunter/Makefile b/games/xphotohunter/Makefile index dc6278765041..b6575e991fd3 100644 --- a/games/xphotohunter/Makefile +++ b/games/xphotohunter/Makefile @@ -7,7 +7,7 @@ PORTNAME= xphotohunter PORTVERSION= 1.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= http://ghs.tongi.org/ \ http://micro.ee.nthu.edu.tw/~tomcat/Xphotohunter/ @@ -16,7 +16,6 @@ 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 |