diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-08-05 05:04:25 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-08-05 05:04:25 +0800 |
commit | ebdb8d5b45bee4bc7ffd1cddf9092e0ba7add32b (patch) | |
tree | 30bb0027ad9605cb004e7bae12caf90d96a91417 /accessibility | |
parent | a66344814a7f8084e7ff5b9e409b394de455c55b (diff) | |
download | marcuscom-ports-ebdb8d5b45bee4bc7ffd1cddf9092e0ba7add32b.tar.gz marcuscom-ports-ebdb8d5b45bee4bc7ffd1cddf9092e0ba7add32b.tar.zst marcuscom-ports-ebdb8d5b45bee4bc7ffd1cddf9092e0ba7add32b.zip |
Sprinkle some USE_PKGCONFIG=build around.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17022 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/atk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile index 423be206f..8b438580a 100644 --- a/accessibility/atk/Makefile +++ b/accessibility/atk/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/accessibility/atk/Makefile,v 1.119 2012/05/15 15:18:05 kwm Exp $ # PORTNAME= atk @@ -27,6 +27,7 @@ USE_GMAKE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool USE_GNOME= gnomehier gnomehack glib20 ltverhack referencehack +USE_PKGCONFIG= build CONFIGURE_ARGS= --enable-static \ --with-html-dir=${PREFIX}/share/doc CPPFLAGS= -I${LOCALBASE}/include |