diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-01-06 21:05:32 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-01-06 21:05:32 +0000 |
commit | 44aed15d7888645f6e384c11b2ee57c0a10c8b5e (patch) | |
tree | b07af81d645a64be6e75efbcd25193026f9f1424 | |
parent | Update MASTER_SITES and WWW (diff) |
print/scribus-devel is not compatible with python3
PR: 234633
Notes
Notes:
svn path=/head/; revision=489547
-rw-r--r-- | print/scribus-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/scribus-devel/Makefile b/print/scribus-devel/Makefile index 74ba22f66497..6a102b261470 100644 --- a/print/scribus-devel/Makefile +++ b/print/scribus-devel/Makefile @@ -36,7 +36,7 @@ LIB_DEPENDS= liblcms2.so:graphics/lcms2 \ libharfbuzz.so:print/harfbuzz \ libicuuc.so:devel/icu -USES= cmake desktop-file-utils dos2unix jpeg pkgconfig python qt:5 shared-mime-info ssl tar:xz +USES= cmake desktop-file-utils dos2unix jpeg pkgconfig python:2.7 qt:5 shared-mime-info ssl tar:xz USE_QT= buildtools_build core declarative gui linguisttools_build network opengl \ printsupport qmake_build widgets xml USE_GNOME= libxml2 |