diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2013-04-24 07:35:40 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2013-04-24 07:35:40 +0000 |
commit | 08c99f3ad5e81fd0d89c32e9337608d9a9bb4e35 (patch) | |
tree | 83aac97dcee746842718f1f34dfa58caca71df28 /accessibility | |
parent | 91696069c0e8874f735d4e30d164e5f922dd9819 (diff) |
- Convert USE_GETTEXT to USES (part 1)
Approved by: portmgr (bapt)
Notes
Notes:
svn path=/head/; revision=316407
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/at-spi2-core/Makefile | 3 | ||||
-rw-r--r-- | accessibility/atk/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/accessibility/at-spi2-core/Makefile b/accessibility/at-spi2-core/Makefile index 20f733912997..51f6f357e72a 100644 --- a/accessibility/at-spi2-core/Makefile +++ b/accessibility/at-spi2-core/Makefile @@ -18,9 +18,8 @@ LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus PORTSCOUT= limitw:1,even -USES= pathfix pkgconfig +USES= pathfix pkgconfig gettext USE_XZ= yes -USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnomehier glib20 intlhack USE_XORG= x11 xi xtst xext diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile index 10a0b104c5a7..1a2944ff6446 100644 --- a/accessibility/atk/Makefile +++ b/accessibility/atk/Makefile @@ -18,8 +18,7 @@ USE_XZ= yes BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -USES= pathfix pkgconfig -USE_GETTEXT= yes +USES= pathfix pkgconfig gettext USE_GMAKE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool |