diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 06:26:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 06:26:31 +0000 |
commit | 6ee4f3c0edb78d03dd3593708882d63a840d5fbd (patch) | |
tree | dd2960674890c75b92567e09d64953d38bf531fd /accessibility/atk | |
parent | c03bfbe46d862034379cd278fe40e74125bfd355 (diff) | |
download | ports-6ee4f3c0edb78d03dd3593708882d63a840d5fbd.tar.gz ports-6ee4f3c0edb78d03dd3593708882d63a840d5fbd.zip |
Notes
Diffstat (limited to 'accessibility/atk')
-rw-r--r-- | accessibility/atk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile index bdecb6bfa26f..10a0b104c5a7 100644 --- a/accessibility/atk/Makefile +++ b/accessibility/atk/Makefile @@ -18,12 +18,12 @@ USE_XZ= yes BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection +USES= pathfix pkgconfig USE_GETTEXT= yes USE_GMAKE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool -USE_GNOME= gnomehier gnomehack glib20 ltverhack referencehack -USE_PKGCONFIG= build +USE_GNOME= gnomehier glib20 ltverhack referencehack CONFIGURE_ARGS= --enable-static \ --with-html-dir=${PREFIX}/share/doc CPPFLAGS+= -I${LOCALBASE}/include |