Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Aug 2012 02:14:30 +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: r303307 - head/games/cretan-hubris
Message-ID:  <201208290214.q7T2EUEN065926@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: avilla
Date: Wed Aug 29 02:14:30 2012
New Revision: 303307
URL: http://svn.freebsd.org/changeset/ports/303307

Log:
  - Move radius-engine to BUILD_DEPENDS.
  - Bump PORTREVISION.
  
  PR:		171126
  Submitted by:	nemysis at gmx.ch (maintainer)

Modified:
  head/games/cretan-hubris/Makefile   (contents, props changed)

Modified: head/games/cretan-hubris/Makefile
==============================================================================
--- head/games/cretan-hubris/Makefile	Wed Aug 29 01:58:35 2012	(r303306)
+++ head/games/cretan-hubris/Makefile	Wed Aug 29 02:14:30 2012	(r303307)
@@ -7,7 +7,7 @@
 
 PORTNAME=	cretan-hubris
 PORTVERSION=	0.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 MASTER_SITES=	SF/radius-engine/egp/
 
@@ -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?201208290214.q7T2EUEN065926>