diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-09-10 12:20:21 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-09-10 12:20:21 +0000 |
commit | 8623052143496568c39b6314fb1a47d58030eec2 (patch) | |
tree | 48573969d0f09541b9be906ee920a0d6690eb8a1 /net/cyphesis | |
parent | 1a612a3da133de5a7102ce8bbcc7de3e412ad91b (diff) |
Notes
Diffstat (limited to 'net/cyphesis')
-rw-r--r-- | net/cyphesis/Makefile | 7 | ||||
-rw-r--r-- | net/cyphesis/pkg-descr | 2 |
2 files changed, 4 insertions, 5 deletions
diff --git a/net/cyphesis/Makefile b/net/cyphesis/Makefile index 394816281134..bffd2f62da54 100644 --- a/net/cyphesis/Makefile +++ b/net/cyphesis/Makefile @@ -8,7 +8,7 @@ CATEGORIES= net MASTER_SITES= SF/worldforge/${PORTNAME}%20%28server%29/${PORTVERSION} MAINTAINER= oliver@FreeBSD.org -COMMENT= A server for WorldForge games +COMMENT= Server for WorldForge games LIB_DEPENDS= Atlas-0.6.1:${PORTSDIR}/devel/atlas-devel \ varconf-1.0.8:${PORTSDIR}/devel/varconf \ @@ -22,11 +22,10 @@ CONFIGURE_ARGS= --with-python=${LOCALBASE} GNU_CONFIGURE= yes USE_BZIP2= yes -USES= pathfix -USE_GMAKE= yes +USES= gmake pathfix USE_LDCONFIG= yes USE_PGSQL= yes -USE_PYTHON= 2.5-2.6 +USE_PYTHON= -2.7 USE_GCC= 4.7+ CFLAGS+= -I${LOCALBASE}/include diff --git a/net/cyphesis/pkg-descr b/net/cyphesis/pkg-descr index ed67d0f2ce59..ca91d8096cd6 100644 --- a/net/cyphesis/pkg-descr +++ b/net/cyphesis/pkg-descr @@ -3,4 +3,4 @@ currently being used to develop new techniques and technologies for the WorldForge project. Code from cyphesis will also be used to control NPCs in future servers such as STAGE using AI techniques. -WWW: http://www.worldforge.org/dev/eng/servers/cyphesis +WWW: http://www.worldforge.org/dev/eng/servers/cyphesis/ |