diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-23 14:26:31 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-23 14:26:31 +0800 |
commit | 8b0c2acbd6e47f443b9e3d1ce8001fa4e579caef (patch) | |
tree | dd2960674890c75b92567e09d64953d38bf531fd /accessibility/atk | |
parent | c85c3fb633211dc4a20f68b7d2e7094f2980759b (diff) | |
download | freebsd-ports-gnome-8b0c2acbd6e47f443b9e3d1ce8001fa4e579caef.tar.gz freebsd-ports-gnome-8b0c2acbd6e47f443b9e3d1ce8001fa4e579caef.tar.zst freebsd-ports-gnome-8b0c2acbd6e47f443b9e3d1ce8001fa4e579caef.zip |
Convert all a categories to USE=pkgconfig
While here trim some headers and convert some gnomehack to pathfix
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 |