Properly track -lenet dependency after r285069
Shared object "libenet.so.7" not found, required by "enigma" Approved by: portmgr blanket
This commit is contained in:
parent
8e511816ad
commit
e2a7b5c5ea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385041
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user