Date: Wed, 29 Aug 2012 02:18:04 +0000 (UTC) From: Alberto Villa <avilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r303308 - head/games/fbg2 Message-ID: <201208290218.q7T2I4hq066372@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: avilla Date: Wed Aug 29 02:18:03 2012 New Revision: 303308 URL: http://svn.freebsd.org/changeset/ports/303308 Log: - Move radius-engine to BUILD_DEPENDS. - Bump PORTREVISION. PR: 171127 Submitted by: nemysis at gmx.ch (maintainer) Modified: head/games/fbg2/Makefile Modified: head/games/fbg2/Makefile ============================================================================== --- head/games/fbg2/Makefile Wed Aug 29 02:14:30 2012 (r303307) +++ head/games/fbg2/Makefile Wed Aug 29 02:18:03 2012 (r303308) @@ -7,7 +7,7 @@ PORTNAME= fbg2 PORTVERSION= 0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/fbg/ @@ -21,8 +21,8 @@ LICENSE_FILE= ${WRKSRC}/License.txt LICENSE_FILE_CCbyNCSA3=${WRKSRC}/License.txt LICENSE_PERMS_CCbyNCSA3=dist-mirror pkg-mirror auto-accept -LIB_DEPENDS= radius:${PORTSDIR}/graphics/radius-engine \ - lua-5.1:${PORTSDIR}/lang/lua \ +BUILD_DEPENDS= ${LOCALBASE}/include/radius.h:${PORTSDIR}/graphics/radius-engine +LIB_DEPENDS= lua-5.1:${PORTSDIR}/lang/lua \ png15:${PORTSDIR}/graphics/png \ physfs.1:${PORTSDIR}/devel/physfs RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208290218.q7T2I4hq066372>