diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 13:16:00 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 13:16:00 +0000 |
commit | 03b14428ba48a4030d05d33676cf5f9769cce27c (patch) | |
tree | 61778e7962bd1876cb1060b705db8df15af36adc /textproc/gdome2/Makefile | |
parent | 6df7bfce3effa7300485c833fe4ffdcbcf9d747a (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/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" |