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/hex | |
parent | Use updated imlib library. (diff) |
Use updated imlib library.
Notes
Notes:
svn path=/head/; revision=22244
Diffstat (limited to 'games/hex')
-rw-r--r-- | games/hex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/hex/Makefile b/games/hex/Makefile index 64c88ed9069e..1c0cea49ffd9 100644 --- a/games/hex/Makefile +++ b/games/hex/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.nott.ac.uk/~psystrj/ \ MAINTAINER= andrews@technologist.com -LIB_DEPENDS= Imlib.4:${PORTSDIR}/graphics/imlib \ +LIB_DEPENDS= Imlib.5:${PORTSDIR}/graphics/imlib \ gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 USE_X_PREFIX= YES |