svn commit: r385041 - head/games/enigma
Jan Beich
jbeich at FreeBSD.org
Thu Apr 30 13:43:16 UTC 2015
Author: jbeich
Date: Thu Apr 30 13:43:15 2015
New Revision: 385041
URL: https://svnweb.freebsd.org/changeset/ports/385041
Log:
Properly track -lenet dependency after r285069
Shared object "libenet.so.7" not found, required by "enigma"
Approved by: portmgr blanket
Modified:
head/games/enigma/Makefile
Modified: head/games/enigma/Makefile
==============================================================================
--- head/games/enigma/Makefile Thu Apr 30 13:17:10 2015 (r385040)
+++ head/games/enigma/Makefile Thu Apr 30 13:43:15 2015 (r385041)
@@ -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
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
More information about the svn-ports-all
mailing list