summaryrefslogtreecommitdiff
path: root/devel/atk/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-16 03:51:10 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-16 03:51:10 +0000
commitf3c60d195cf6199b23b391c0d2b3ace11ecced5f (patch)
tree9a45911811ef15762e10950cd59b5aa2794fde17 /devel/atk/Makefile
parent* Update to 2.2.2 (diff)
* Update to 1.2.3
* Convert to new GNOME infrastructure
Notes
Notes: svn path=/head/; revision=79053
Diffstat (limited to 'devel/atk/Makefile')
-rw-r--r--devel/atk/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/atk/Makefile b/devel/atk/Makefile
index 67d0c7ca7452..c4e2b225c1c9 100644
--- a/devel/atk/Makefile
+++ b/devel/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>