Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Apr 2015 13:43:15 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r385041 - head/games/enigma
Message-ID:  <201504301343.t3UDhFP8032888@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504301343.t3UDhFP8032888>