diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-04-30 21:43:15 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-04-30 21:43:15 +0800 |
commit | 52f35afd37534a448e5f9237097cafed1f81b832 (patch) | |
tree | 9251e0985938fec74aeea2411164da69c7611cbe /games/enigma | |
parent | 021d8e4c4b78fde9d3fd82fcc29c2f6207361cd5 (diff) | |
download | freebsd-ports-gnome-52f35afd37534a448e5f9237097cafed1f81b832.tar.gz freebsd-ports-gnome-52f35afd37534a448e5f9237097cafed1f81b832.tar.zst freebsd-ports-gnome-52f35afd37534a448e5f9237097cafed1f81b832.zip |
Properly track -lenet dependency after r285069
Shared object "libenet.so.7" not found, required by "enigma"
Approved by: portmgr blanket
Diffstat (limited to 'games/enigma')
-rw-r--r-- | games/enigma/Makefile | 6 |
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 |