Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Jun 2016 12:38:00 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416715 - head/textproc/xmlroff
Message-ID:  <201606111238.u5BCc03n031314@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606111238.u5BCc03n031314>