diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-18 07:49:17 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-18 07:49:17 +0000 |
commit | ba08f95fa0b148154bcaae46225b9f193128b7c0 (patch) | |
tree | aa620be369f59fba5519c752c5b05c57dbbffd60 /accessibility | |
parent | cac42264aff6171d257db873d2fdd63fc653c704 (diff) |
Notes
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 |