diff options
author | mva <mva@FreeBSD.org> | 2014-10-21 01:36:02 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-21 01:36:02 +0800 |
commit | 75f93ffec7a0e196580e13543a54802c44e8ac3b (patch) | |
tree | 67c959e7cd137e2895c3dba87c47536a74207154 /games/crossfire-server | |
parent | 6521e868f916a501668e2b038a47f6e8fd53cdbe (diff) | |
download | freebsd-ports-gnome-75f93ffec7a0e196580e13543a54802c44e8ac3b.tar.gz freebsd-ports-gnome-75f93ffec7a0e196580e13543a54802c44e8ac3b.tar.zst freebsd-ports-gnome-75f93ffec7a0e196580e13543a54802c44e8ac3b.zip |
- Convert games/ to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'games/crossfire-server')
-rw-r--r-- | games/crossfire-server/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/crossfire-server/Makefile b/games/crossfire-server/Makefile index ee5f22f8a061..a47af70cfdcb 100644 --- a/games/crossfire-server/Makefile +++ b/games/crossfire-server/Makefile @@ -21,9 +21,8 @@ LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -USES= gmake libtool perl5 uidfix +USES= gmake libtool perl5 python uidfix USE_SQLITE= 3 -USE_PYTHON= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static --with-check=no --localstatedir=/var/games CONFIGURE_SHELL=${LOCALBASE}/bin/bash |