aboutsummaryrefslogtreecommitdiff
path: root/games/enigma
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2015-04-30 13:43:15 +0000
committerJan Beich <jbeich@FreeBSD.org>2015-04-30 13:43:15 +0000
commite2a7b5c5ea12851cc86ceeab260d13e8d4320858 (patch)
tree9251e0985938fec74aeea2411164da69c7611cbe /games/enigma
parent8e511816adb471537e5c3b68c5ae7843c8269c8e (diff)
downloadports-e2a7b5c5ea12851cc86ceeab260d13e8d4320858.tar.gz
ports-e2a7b5c5ea12851cc86ceeab260d13e8d4320858.zip
Properly track -lenet dependency after r285069
Shared object "libenet.so.7" not found, required by "enigma" Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=385041
Diffstat (limited to 'games/enigma')
-rw-r--r--games/enigma/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/enigma/Makefile b/games/enigma/Makefile
index 5c65a5be51d0..869ed23a287b 100644
--- a/games/enigma/Makefile
+++ b/games/enigma/Makefile
@@ -3,7 +3,7 @@
PORTNAME= enigma
PORTVERSION= 1.01
-PORTREVISION= 15
+PORTREVISION= 16
CATEGORIES= games
MASTER_SITES= BERLIOS/enigma-game
DISTNAME= ${PORTNAME}-${PORTVERSION}-64bit
@@ -13,8 +13,8 @@ COMMENT= Enigma is a reimplementation of Oxyd, a puzzle game
LIB_DEPENDS= libxerces-c.so.3:${PORTSDIR}/textproc/xerces-c3 \
libpng.so:${PORTSDIR}/graphics/png \
- libtolua++-${LUA_VER}.so:${PORTSDIR}/lang/tolua++
-BUILD_DEPENDS= ${LOCALBASE}/lib/libenet.a:${PORTSDIR}/net/enet
+ libtolua++-${LUA_VER}.so:${PORTSDIR}/lang/tolua++ \
+ libenet.so:${PORTSDIR}/net/enet
USES= gettext gmake lua:51
USE_SDL= image mixer sdl ttf