From f7455240e3b2acb3cd4804dac9a3afe2582a0a96 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Mon, 19 Feb 2018 11:10:43 +0000 Subject: Reduce dependency on the python2 metaport PR: 225752 Submitted by: Yasuhiro KIMURA --- print/lyx/Makefile | 4 ++-- print/system-config-printer/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'print') 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 -- cgit