diff options
author | hrs <hrs@FreeBSD.org> | 2016-06-11 20:37:59 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2016-06-11 20:37:59 +0800 |
commit | b7d5da38aadd375de9983f2b6454748ff6ec62be (patch) | |
tree | 94c3daa35c7a9895804ce593a7ddf43a0b7cb763 /textproc | |
parent | 7349ccf3563d6f53f4fd2e31796824ce46f757bf (diff) | |
download | freebsd-ports-gnome-b7d5da38aadd375de9983f2b6454748ff6ec62be.tar.gz freebsd-ports-gnome-b7d5da38aadd375de9983f2b6454748ff6ec62be.tar.zst freebsd-ports-gnome-b7d5da38aadd375de9983f2b6454748ff6ec62be.zip |
Fix build.
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 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 |