diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 14:57:56 +0800 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 14:57:56 +0800 |
commit | bebd89314e57ff34ea47724c5605a0f32c425dcf (patch) | |
tree | d991da3f3e4ccc0cc8f9eab35d1891ca59b0fd9a /games/xphotohunter | |
parent | 3707e5b7408ecadb0bda141dd82ec9bbca5d0267 (diff) | |
download | freebsd-ports-gnome-bebd89314e57ff34ea47724c5605a0f32c425dcf.tar.gz freebsd-ports-gnome-bebd89314e57ff34ea47724c5605a0f32c425dcf.tar.zst freebsd-ports-gnome-bebd89314e57ff34ea47724c5605a0f32c425dcf.zip |
Implement WANT_IMLIB and USE_IMLIB.
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} |