diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2013-12-08 16:36:00 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2013-12-08 16:36:00 +0000 |
commit | 728e900461c0dbd19edcb716647eedec33c3cc24 (patch) | |
tree | b2b42483e91c10c626b4db1747a46698368c38e0 /games/cretan-hubris | |
parent | e9c4b141b741de03c592265ef9c39e766ad93e4f (diff) | |
download | ports-728e900461c0dbd19edcb716647eedec33c3cc24.tar.gz ports-728e900461c0dbd19edcb716647eedec33c3cc24.zip |
Notes
Diffstat (limited to 'games/cretan-hubris')
-rw-r--r-- | games/cretan-hubris/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/games/cretan-hubris/Makefile b/games/cretan-hubris/Makefile index 204814cec697..7c6ee4602bc1 100644 --- a/games/cretan-hubris/Makefile +++ b/games/cretan-hubris/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/radius-engine/egp/ -MAINTAINER= nemysis@gmx.ch +MAINTAINER= nemysis@FreeBSD.org COMMENT= Maze on the Isle of Crete LICENSE= GPLv2 CCbyNCSA3 @@ -18,9 +18,9 @@ LICENSE_FILE_CCbyNCSA3=${WRKSRC}/License.txt LICENSE_PERMS_CCbyNCSA3=dist-mirror pkg-mirror auto-accept BUILD_DEPENDS= ${LOCALBASE}/lib/libradius-engine.a:${PORTSDIR}/graphics/radius-engine -LIB_DEPENDS= lua-5.1:${PORTSDIR}/lang/lua \ - png15:${PORTSDIR}/graphics/png \ - physfs.1:${PORTSDIR}/devel/physfs +LIB_DEPENDS= liblua-5.1.so:${PORTSDIR}/lang/lua \ + libpng15.so:${PORTSDIR}/graphics/png \ + libphysfs.so.1:${PORTSDIR}/devel/physfs RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip USES= pkgconfig @@ -35,5 +35,4 @@ PLIST_FILES= bin/${PORTNAME} \ %%DATADIR%%/${PORTNAME}.zip PLIST_DIRS= %%DATADIR%% -NO_STAGE= yes .include <bsd.port.mk> |