diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-20 17:36:02 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-20 17:36:02 +0000 |
commit | 6d83e65a8b50cb4f07da7184b20fca3165a54747 (patch) | |
tree | 67c959e7cd137e2895c3dba87c47536a74207154 /games/rtb | |
parent | 04fd0c5ce79980e3d50c7ff197ef7cbf2e81aaca (diff) | |
download | ports-6d83e65a8b50cb4f07da7184b20fca3165a54747.tar.gz ports-6d83e65a8b50cb4f07da7184b20fca3165a54747.zip |
Notes
Diffstat (limited to 'games/rtb')
-rw-r--r-- | games/rtb/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/rtb/Makefile b/games/rtb/Makefile index c22f9ef47404..fab51df0e163 100644 --- a/games/rtb/Makefile +++ b/games/rtb/Makefile @@ -17,9 +17,8 @@ BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed OPTIONS_DEFINE= DOCS -USES= gettext gmake perl5 pkgconfig tar:bzip2 +USES= gettext gmake perl5 pkgconfig python tar:bzip2 USE_GNOME= gtk20 -USE_PYTHON= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-rtb-dir=${PREFIX}/lib/${PORTNAME} |