diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-19 19:10:43 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-19 19:10:43 +0800 |
commit | f7455240e3b2acb3cd4804dac9a3afe2582a0a96 (patch) | |
tree | 94eaef37ab07d82e499ae4cafabe202ea2ed0525 /print | |
parent | 6db4531ff6ac4b156bdc1499488964f1c2551e7f (diff) | |
download | freebsd-ports-gnome-f7455240e3b2acb3cd4804dac9a3afe2582a0a96.tar.gz freebsd-ports-gnome-f7455240e3b2acb3cd4804dac9a3afe2582a0a96.tar.zst freebsd-ports-gnome-f7455240e3b2acb3cd4804dac9a3afe2582a0a96.zip |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA
Diffstat (limited to 'print')
-rw-r--r-- | print/lyx/Makefile | 4 | ||||
-rw-r--r-- | print/system-config-printer/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/print/lyx/Makefile b/print/lyx/Makefile index 6084a28f11c5..2c5731a143ec 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -3,7 +3,7 @@ PORTNAME= lyx PORTVERSION= ${MAJOR_VERSION}.${MINOR_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print editors MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/${MAJOR_VERSION}.x/ \ http://www-ftp.lip6.fr/ftp/pub/lyx/stable/${MAJOR_VERSION}.x/ \ @@ -22,7 +22,7 @@ MAJOR_VERSION= 2.2 MINOR_VERSION= 3 USES= desktop-file-utils gmake iconv pkgconfig perl5 \ - python:2 shebangfix tar:xz + python:2.7 shebangfix tar:xz USE_QT5= core concurrent gui svg widgets buildtools_build qmake_build GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-included-boost \ diff --git a/print/system-config-printer/Makefile b/print/system-config-printer/Makefile index 27a4f25e9534..18ae03fd2b2c 100644 --- a/print/system-config-printer/Makefile +++ b/print/system-config-printer/Makefile @@ -3,7 +3,7 @@ PORTNAME= system-config-printer PORTVERSION= 1.4.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print gnome MASTER_SITES= http://cyberelk.net/tim/data/${PORTNAME}/${PORTVERSION:R}/ @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycups>=0:print/py-pycups@${PY_FLAVOR} \ PORTSCOUT= limitw:1,even GNU_CONFIGURE= yes -USES= desktop-file-utils gettext gmake pathfix pkgconfig python:2 \ +USES= desktop-file-utils gettext gmake pathfix pkgconfig python:2.7 \ shebangfix tar:xz CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |