svn commit: r416715 - head/textproc/xmlroff

Hiroki Sato hrs at FreeBSD.org
Sat Jun 11 12:38:01 UTC 2016


Author: hrs
Date: Sat Jun 11 12:37:59 2016
New Revision: 416715
URL: https://svnweb.freebsd.org/changeset/ports/416715

Log:
  Fix build.

Modified:
  head/textproc/xmlroff/Makefile

Modified: head/textproc/xmlroff/Makefile
==============================================================================
--- head/textproc/xmlroff/Makefile	Sat Jun 11 12:19:37 2016	(r416714)
+++ head/textproc/xmlroff/Makefile	Sat Jun 11 12:37:59 2016	(r416715)
@@ -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


More information about the svn-ports-head mailing list