aboutsummaryrefslogtreecommitdiff
path: root/textproc/gdome2/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-02 13:16:00 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-02 13:16:00 +0000
commit03b14428ba48a4030d05d33676cf5f9769cce27c (patch)
tree61778e7962bd1876cb1060b705db8df15af36adc /textproc/gdome2/Makefile
parent6df7bfce3effa7300485c833fe4ffdcbcf9d747a (diff)
Add an explicit dependency on pkgconfig
Notes
Notes: svn path=/head/; revision=325990
Diffstat (limited to 'textproc/gdome2/Makefile')
-rw-r--r--textproc/gdome2/Makefile2
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"