diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 21:16:00 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 21:16:00 +0800 |
commit | 1514fd558bf799f154d278aeeba48c4bbf776375 (patch) | |
tree | 61778e7962bd1876cb1060b705db8df15af36adc /textproc/gdome2 | |
parent | 00cdb3a3eefe7739ccbcfe30b4d48d9b6c5f6604 (diff) | |
download | freebsd-ports-gnome-1514fd558bf799f154d278aeeba48c4bbf776375.tar.gz freebsd-ports-gnome-1514fd558bf799f154d278aeeba48c4bbf776375.tar.zst freebsd-ports-gnome-1514fd558bf799f154d278aeeba48c4bbf776375.zip |
Add an explicit dependency on pkgconfig
Diffstat (limited to 'textproc/gdome2')
-rw-r--r-- | textproc/gdome2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/gdome2/Makefile b/textproc/gdome2/Makefile index 3fb8e85d700f..8160a4f48c4c 100644 --- a/textproc/gdome2/Makefile +++ b/textproc/gdome2/Makefile @@ -13,7 +13,7 @@ COMMENT= Gnome DOM Engine LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 USE_AUTOTOOLS= libtool -USES= pathfix +USES= pathfix pkgconfig USE_GNOME= glib20 GNU_CONFIGURE= yes CONFIGURE_ENV= GLIB_CONFIG="${LOCALBASE}/bin/pkg-config glib-2.0" |