diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2012-08-29 02:14:30 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2012-08-29 02:14:30 +0000 |
commit | 55a01eaf66567a4feacc7fe001858894a3b4902a (patch) | |
tree | 924074b67adaade4b8d610d7a5ed5d490be9fee7 /games/cretan-hubris | |
parent | c0fcae1212f0333ec633bded2115a5c824223c69 (diff) |
Notes
Diffstat (limited to 'games/cretan-hubris')
-rw-r--r-- | games/cretan-hubris/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/cretan-hubris/Makefile b/games/cretan-hubris/Makefile index 2aee291178d4..f0a2023d8e0a 100644 --- a/games/cretan-hubris/Makefile +++ b/games/cretan-hubris/Makefile @@ -7,7 +7,7 @@ PORTNAME= cretan-hubris PORTVERSION= 0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/radius-engine/egp/ @@ -21,8 +21,8 @@ LICENSE_FILE= ${WRKSRC}/License.txt LICENSE_FILE_CCbyNCSA3=${WRKSRC}/License.txt LICENSE_PERMS_CCbyNCSA3=dist-mirror pkg-mirror auto-accept -LIB_DEPENDS= radius:${PORTSDIR}/graphics/radius-engine \ - lua-5.1:${PORTSDIR}/lang/lua \ +BUILD_DEPENDS= ${LOCALBASE}/include/radius.h:${PORTSDIR}/graphics/radius-engine +LIB_DEPENDS= lua-5.1:${PORTSDIR}/lang/lua \ png15:${PORTSDIR}/graphics/png \ physfs.1:${PORTSDIR}/devel/physfs RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip |