svn commit: r303308 - head/games/fbg2

Alberto Villa avilla at FreeBSD.org
Wed Aug 29 02:18:04 UTC 2012


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



More information about the svn-ports-all mailing list