aboutsummaryrefslogtreecommitdiff
path: root/accessibility/atk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/atk/Makefile')
-rw-r--r--accessibility/atk/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile
index 67d0c7ca7452..c4e2b225c1c9 100644
--- a/accessibility/atk/Makefile
+++ b/accessibility/atk/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= atk
-PORTVERSION= 1.2.2
+PORTVERSION= 1.2.3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME} \
ftp://ftp.gtk.org/pub/gtk/v2.0/
@@ -21,19 +21,15 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= A GNOME accessibility toolkit (ATK)
-LIB_DEPENDS= glib-2.0.200:${PORTSDIR}/devel/glib20
-
USE_BZIP2= yes
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
-USE_GNOMENG= yes
-USE_GNOME= gnomehack
+USE_GNOME= gnomehack glib20
CONFIGURE_ARGS= --enable-static \
--disable-gtk-doc \
--with-html-dir=${PREFIX}/share/doc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
.include <bsd.port.mk>