From owner-svn-ports-head@FreeBSD.ORG Wed Aug 29 02:18:04 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8452C1065673; Wed, 29 Aug 2012 02:18:04 +0000 (UTC) (envelope-from avilla@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 6F56E8FC0A; Wed, 29 Aug 2012 02:18:04 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7T2I4es066374; Wed, 29 Aug 2012 02:18:04 GMT (envelope-from avilla@svn.freebsd.org) Received: (from avilla@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7T2I4hq066372; Wed, 29 Aug 2012 02:18:04 GMT (envelope-from avilla@svn.freebsd.org) Message-Id: <201208290218.q7T2I4hq066372@svn.freebsd.org> From: Alberto Villa Date: Wed, 29 Aug 2012 02:18:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303308 - head/games/fbg2 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Aug 2012 02:18:04 -0000 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