diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 06:57:56 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 06:57:56 +0000 |
commit | bebd89314e57ff34ea47724c5605a0f32c425dcf (patch) | |
tree | d991da3f3e4ccc0cc8f9eab35d1891ca59b0fd9a /games/xphotohunter | |
parent | Implment WANT_GTK. (diff) |
Implement WANT_IMLIB and USE_IMLIB.
Notes
Notes:
svn path=/head/; revision=33427
Diffstat (limited to 'games/xphotohunter')
-rw-r--r-- | games/xphotohunter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xphotohunter/Makefile b/games/xphotohunter/Makefile index 47656e2d9427..fa3b290aeec0 100644 --- a/games/xphotohunter/Makefile +++ b/games/xphotohunter/Makefile @@ -12,9 +12,9 @@ MASTER_SITES= http://www.oz.nthu.edu.tw/~u860905/Xphotohunter/ MAINTAINER= clive@CirX.ORG -LIB_DEPENDS= gdk_imlib.5:${PORTSDIR}/graphics/imlib - USE_X_PREFIX= yes +USE_GMAKE= yes +USE_IMLIB= yes post-install: @${CAT} ${PKGMESSAGE} |