summaryrefslogtreecommitdiff
path: root/www/bluefish/Makefile
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2017-12-11 21:48:32 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2017-12-11 21:48:32 +0000
commit577d26ee9ae125dabc5d934c3c870faf88b4d6d9 (patch)
tree437ea2ab71b53041f6f4c748512cf722da16ecc4 /www/bluefish/Makefile
parentemulators/rpcs3: update to 0.0.4.148 (diff)
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
Notes
Notes: svn path=/head/; revision=456068
Diffstat (limited to 'www/bluefish/Makefile')
-rw-r--r--www/bluefish/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile
index 26600dcae45f..e3710466ef51 100644
--- a/www/bluefish/Makefile
+++ b/www/bluefish/Makefile
@@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpcre.so:devel/pcre \
libenchant.so:textproc/enchant
-USES= desktop-file-utils gettext gmake libtool localbase pkgconfig python \
+USES= desktop-file-utils gettext gmake libtool localbase pkgconfig python:2.7 \
shared-mime-info shebangfix tar:bzip2
SHEBANG_FILES= data/css_decompressor
python_OLD_CMD= /usr/bin/python2.7