aboutsummaryrefslogtreecommitdiff
path: root/emulators/catapult
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-10-19 15:43:33 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-10-19 15:43:33 +0000
commit91e4e8a4e39fb58b7f561b303947252390d62e3d (patch)
tree007c8519a6455a0a0c70a67ca551339c6c99673c /emulators/catapult
parentb325ed20621b89892e9303249333c4deda2e4f15 (diff)
downloadports-91e4e8a4e39fb58b7f561b303947252390d62e3d.tar.gz
ports-91e4e8a4e39fb58b7f561b303947252390d62e3d.zip
- Convert ports from dns/, editors/ and emulators/ to new
USES=python Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=371188
Diffstat (limited to 'emulators/catapult')
-rw-r--r--emulators/catapult/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/catapult/Makefile b/emulators/catapult/Makefile
index 1fe8cacf98cd..4a15fea31f97 100644
--- a/emulators/catapult/Makefile
+++ b/emulators/catapult/Makefile
@@ -18,13 +18,12 @@ RUN_DEPENDS= openmsx:${PORTSDIR}/emulators/openmsx
OPTIONS_DEFINE= DEBUG DOCS
-USES= gmake pkgconfig
+USES= gmake pkgconfig python:build
USE_GCC= yes
USE_CXXSTD= gnu++0x
USE_GNOME= gtk20 libxml2
USE_WX= 2.8
WX_UNICODE= yes
-USE_PYTHON_BUILD=yes
MAKEFILE= GNUmakefile
MAKE_ARGS= INSTALL_BASE="${PREFIX}" \
INSTALL_SHARE_DIR="${DATADIR}" \