diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-10-08 03:30:33 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-10-08 03:30:33 +0000 |
commit | 93d38cce04ed1de1f34605de3a42ee4f147e8e6d (patch) | |
tree | 2e8b673f1005c81dca7fd0ae177787bd0642e46c /games/xphotohunter | |
parent | Use updated imlib library. (diff) |
Use updated imlib library.
Notes
Notes:
svn path=/head/; revision=22244
Diffstat (limited to 'games/xphotohunter')
-rw-r--r-- | games/xphotohunter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xphotohunter/Makefile b/games/xphotohunter/Makefile index 9c034f2d16f8..51c0b7ef76d6 100644 --- a/games/xphotohunter/Makefile +++ b/games/xphotohunter/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.oz.nthu.edu.tw/~u860905/Xphotohunter/ MAINTAINER= Clive Lin <clive@CirX.ORG> -LIB_DEPENDS= Imlib.4:${PORTSDIR}/graphics/imlib +LIB_DEPENDS= Imlib.5:${PORTSDIR}/graphics/imlib USE_GMAKE= yes |