diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-07-27 14:21:06 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-07-27 14:21:06 +0000 |
commit | e34e27fec0d6a9d6018a7f09544017a83964421c (patch) | |
tree | b368e53d0b61fb57012f0fc823cc4f83f9c1fe8b /x11-toolkits/pangoxsl | |
parent | 9a07d271c00c4b6bc31c481c6b37c2c8fcdbac32 (diff) |
Add some explicit USE_PKGCONFIG=build
Notes
Notes:
svn path=/head/; revision=301619
Diffstat (limited to 'x11-toolkits/pangoxsl')
-rw-r--r-- | x11-toolkits/pangoxsl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/pangoxsl/Makefile b/x11-toolkits/pangoxsl/Makefile index 202002aa2739..d398c056d232 100644 --- a/x11-toolkits/pangoxsl/Makefile +++ b/x11-toolkits/pangoxsl/Makefile @@ -18,6 +18,8 @@ USE_GMAKE= yes USE_GNOME= gnomehack pango USE_LDCONFIG= yes USE_AUTOTOOLS= libtool +USE_PKGCONFIG= build + CONFIGURE_ARGS= --disable-gtk-doc \ --with-html-dir=${PREFIX}/share/doc CPPFLAGS+= -I${LOCALBASE}/include |