diff options
author | mva <mva@FreeBSD.org> | 2014-10-18 15:49:17 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-18 15:49:17 +0800 |
commit | c36e049de5a3c1e1dfb1a639f399e71f92073f61 (patch) | |
tree | aa620be369f59fba5519c752c5b05c57dbbffd60 /accessibility | |
parent | 7735728f9f08c987c46bbfec129d8c4b2b5f13b0 (diff) | |
download | freebsd-ports-gnome-c36e049de5a3c1e1dfb1a639f399e71f92073f61.tar.gz freebsd-ports-gnome-c36e049de5a3c1e1dfb1a639f399e71f92073f61.tar.zst freebsd-ports-gnome-c36e049de5a3c1e1dfb1a639f399e71f92073f61.zip |
- Convert ports from accessibility/, archivers/ and astro/ to new
USES=python
Approved by: portmgr (implicit)
With hat: python@
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/accerciser/Makefile | 3 | ||||
-rw-r--r-- | accessibility/at-spi/Makefile | 3 | ||||
-rw-r--r-- | accessibility/orca/Makefile | 3 | ||||
-rw-r--r-- | accessibility/py-atspi/Makefile | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/accessibility/accerciser/Makefile b/accessibility/accerciser/Makefile index 61d39ddc9455..408e4443d68c 100644 --- a/accessibility/accerciser/Makefile +++ b/accessibility/accerciser/Makefile @@ -13,8 +13,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Interactive Python accessibility explorer for GNOME USE_GNOME= pygnomedesktop atspi intlhack -USE_PYTHON= 2 -USES= display:configure gettext gmake pkgconfig tar:bzip2 +USES= display:configure gettext gmake pkgconfig python:2 tar:bzip2 INSTALLS_OMF= yes INSTALLS_ICONS= yes GNU_CONFIGURE= yes diff --git a/accessibility/at-spi/Makefile b/accessibility/at-spi/Makefile index c96a5932b7c2..50fbbf5f8739 100644 --- a/accessibility/at-spi/Makefile +++ b/accessibility/at-spi/Makefile @@ -18,10 +18,9 @@ USES+= tar:bzip2 RUN_DEPENDS= at-spi2-atk>2.6.0:${PORTSDIR}/accessibility/at-spi2-atk -USES+= gmake gettext libtool:oldver pathfix pkgconfig +USES+= gmake gettext libtool:oldver pathfix pkgconfig python:2 USE_GNOME= gnomehier intlhack gtk20 gconf2 libbonobo USE_XORG= x11 xtst -USE_PYTHON= 2 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static diff --git a/accessibility/orca/Makefile b/accessibility/orca/Makefile index 36c60b0dd2bc..45ab9fcf8587 100644 --- a/accessibility/orca/Makefile +++ b/accessibility/orca/Makefile @@ -20,8 +20,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_bindings.so:${PORTSDIR}/devel/py-dbus \ ${PYTHON_SITELIBDIR}/pyatspi/__init__.py:${PORTSDIR}/accessibility/at-spi \ ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg -USES= gmake gettext pkgconfig tar:bzip2 -USE_PYTHON= 2 +USES= gmake gettext pkgconfig python:2 tar:bzip2 USE_GNOME= gnomeprefix libgnomeui gnomespeech pygnome2 \ pygnomedesktop INSTALLS_ICONS= yes diff --git a/accessibility/py-atspi/Makefile b/accessibility/py-atspi/Makefile index b656bb1087d1..350af03b88ff 100644 --- a/accessibility/py-atspi/Makefile +++ b/accessibility/py-atspi/Makefile @@ -18,10 +18,9 @@ RUN_DEPENDS= ${LOCALBASE}/libexec/at-spi2-registryd:${PORTSDIR}/accessibility/at CONFLICTS= at-spi-1.[0-9]* -USES= gettext gmake pathfix pkgconfig tar:xz +USES= gettext gmake pathfix pkgconfig python:2 tar:xz USE_GNOME= gnomehier intlhack pygobject3 GNU_CONFIGURE= yes -USE_PYTHON= 2 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |