diff options
author | bapt <bapt@FreeBSD.org> | 2012-07-27 22:21:06 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-07-27 22:21:06 +0800 |
commit | 5501b595938e23ea00c0b2d39e06ea5d4debc19d (patch) | |
tree | b368e53d0b61fb57012f0fc823cc4f83f9c1fe8b /x11-toolkits/pangoxsl | |
parent | 62438b4d4b3562add4f59aeb1221a7925e6f9db3 (diff) | |
download | freebsd-ports-gnome-5501b595938e23ea00c0b2d39e06ea5d4debc19d.tar.gz freebsd-ports-gnome-5501b595938e23ea00c0b2d39e06ea5d4debc19d.tar.zst freebsd-ports-gnome-5501b595938e23ea00c0b2d39e06ea5d4debc19d.zip |
Add some explicit USE_PKGCONFIG=build
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 |