diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-01-24 05:33:21 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-01-24 05:33:21 +0800 |
commit | 546bac2bf3654050b21867412052bec75a490f8f (patch) | |
tree | 386c1448de40b866c1966d64dc7e9cfb41f212f7 /x11 | |
parent | e9b983e7d7afd18780a1fbbe4213de7b6716a2b5 (diff) | |
download | marcuscom-ports-546bac2bf3654050b21867412052bec75a490f8f.tar marcuscom-ports-546bac2bf3654050b21867412052bec75a490f8f.tar.gz marcuscom-ports-546bac2bf3654050b21867412052bec75a490f8f.tar.bz2 marcuscom-ports-546bac2bf3654050b21867412052bec75a490f8f.tar.lz marcuscom-ports-546bac2bf3654050b21867412052bec75a490f8f.tar.xz marcuscom-ports-546bac2bf3654050b21867412052bec75a490f8f.tar.zst marcuscom-ports-546bac2bf3654050b21867412052bec75a490f8f.zip |
Add a missing dependency on pkgconfig.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15087 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/yelp-xsl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/yelp-xsl/Makefile b/x11/yelp-xsl/Makefile index a872e25c7..77b8400b7 100644 --- a/x11/yelp-xsl/Makefile +++ b/x11/yelp-xsl/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/yelp-xsl/Makefile,v 1.5 2010/12/18 11:46:09 kwm Exp $ +# $MCom: ports/x11/yelp-xsl/Makefile,v 1.6 2011/01/12 23:25:08 kwm Exp $ # PORTNAME= yelp-xsl @@ -18,7 +18,7 @@ COMMENT= USE_GETTEXT= yes USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack +USE_GNOME= gnomeprefix gnomehack intlhack pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" |