summaryrefslogtreecommitdiffstats
path: root/accessibility/at-spi2-atk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/at-spi2-atk/Makefile')
-rw-r--r--accessibility/at-spi2-atk/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/accessibility/at-spi2-atk/Makefile b/accessibility/at-spi2-atk/Makefile
index 400ff1612..52b87e765 100644
--- a/accessibility/at-spi2-atk/Makefile
+++ b/accessibility/at-spi2-atk/Makefile
@@ -3,7 +3,7 @@
# $MCom$
PORTNAME= at-spi2-atk
-PORTVERSION= 2.8.0
+PORTVERSION= 2.12.1
CATEGORIES= accessibility x11-toolkits
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -19,9 +19,8 @@ RUN_DEPENDS= at-spi2-core>=2.8.0:${PORTSDIR}/accessibility/at-spi2-core
PORTSCOUT= limitw:1,even
-USE_XZ= yes
-USES= gmake pathfix pkgconfig
-USE_GNOME= gnomehier intlhack glib20 atk
+USES= gmake libtool pathfix pkgconfig tar:xz
+USE_GNOME= atk glib20 gnomehier intlhack
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
@@ -29,7 +28,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --enable-p2p
post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libatk-bridge-2.0.so.0
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libatk-bridge-2.0.so*
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gtk-2.0/modules/libatk-bridge.so
.include <bsd.port.mk>