From 0af8fc3c9e33e4fa73c649b10419ca07c63851f3 Mon Sep 17 00:00:00 2001 From: avilla Date: Wed, 29 Aug 2012 02:18:03 +0000 Subject: - Move radius-engine to BUILD_DEPENDS. - Bump PORTREVISION. PR: 171127 Submitted by: nemysis at gmx.ch (maintainer) --- games/fbg2/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games/fbg2') diff --git a/games/fbg2/Makefile b/games/fbg2/Makefile index 85c6a7f67376..f62a8275b9fa 100644 --- a/games/fbg2/Makefile +++ b/games/fbg2/Makefile @@ -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 -- cgit