diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-04-17 15:17:09 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-04-17 15:17:09 +0000 |
commit | 4b0451e99f6799ee54371a205d19b737af0e5642 (patch) | |
tree | 0d8514150e1708aae45b17a10b34a02d7510561a /accessibility | |
parent | df9862f335c4d74c3c6e5129188315639803a2b3 (diff) | |
download | ports-4b0451e99f6799ee54371a205d19b737af0e5642.tar.gz ports-4b0451e99f6799ee54371a205d19b737af0e5642.zip |
Notes
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/at-spi2-atk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/accessibility/at-spi2-atk/Makefile b/accessibility/at-spi2-atk/Makefile index 088a1c112813..4730cd640be4 100644 --- a/accessibility/at-spi2-atk/Makefile +++ b/accessibility/at-spi2-atk/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= at-spi2-core>=2.8.0:${PORTSDIR}/accessibility/at-spi2-core PORTSCOUT= limitw:1,even -USES= gmake libtool pathfix pkgconfig tar:xz +USES= cpe gmake libtool pathfix pkgconfig tar:xz USE_GNOME= atk glib20 intlhack GNU_CONFIGURE= yes USE_LDCONFIG= yes @@ -27,5 +27,6 @@ CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --enable-p2p INSTALL_TARGET= install-strip +CPE_VENDOR= gnome .include <bsd.port.mk> |