diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 05:04:00 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 05:04:00 +0800 |
commit | 83021732317b2ba7b8c7b282f63433710942e378 (patch) | |
tree | 96bf111a2c4bd2fb8f21e7bd11b5e29e623151fd /textproc | |
parent | 77aed62c7dd85849d79f39424870b45a07e0a078 (diff) | |
download | freebsd-ports-gnome-83021732317b2ba7b8c7b282f63433710942e378.tar.gz freebsd-ports-gnome-83021732317b2ba7b8c7b282f63433710942e378.tar.zst freebsd-ports-gnome-83021732317b2ba7b8c7b282f63433710942e378.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xmlroff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/xmlroff/Makefile b/textproc/xmlroff/Makefile index 3fc96632c6af..c3f92fb1eb58 100644 --- a/textproc/xmlroff/Makefile +++ b/textproc/xmlroff/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo USE_AUTOTOOLS= libtool -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomehack libgnomeprint libxslt \ libxml2 gtk20 glib20 pango USE_LDCONFIG= yes |