diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2016-06-11 12:37:59 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2016-06-11 12:37:59 +0000 |
commit | e496f863c457aaf2a9a6e40f7c208e5890eec190 (patch) | |
tree | 94c3daa35c7a9895804ce593a7ddf43a0b7cb763 /textproc/xmlroff | |
parent | 21d9bf20a9cbc0c3979d94c5c72ff561a3b1f2f2 (diff) | |
download | ports-e496f863c457aaf2a9a6e40f7c208e5890eec190.tar.gz ports-e496f863c457aaf2a9a6e40f7c208e5890eec190.zip |
Notes
Diffstat (limited to 'textproc/xmlroff')
-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 df54ad0b63b2..95ad1c0bbed9 100644 --- a/textproc/xmlroff/Makefile +++ b/textproc/xmlroff/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= libfo>=0.6.2:textproc/libfo RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= autoreconf gmake gettext pkgconfig pathfix +USES= autoreconf gmake gettext libtool pkgconfig pathfix USE_GITHUB= yes USE_GNOME= libgnomeprint libartlgpl2 pango glib20 \ libxslt libxml2 gdkpixbuf2 |