Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Oct 2014 12:33:59 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370324 - head/textproc/libabw
Message-ID:  <201410071233.s97CXxEo061831@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Oct  7 12:33:58 2014
New Revision: 370324
URL: https://svnweb.freebsd.org/changeset/ports/370324
QAT: https://qat.redports.org/buildarchive/r370324/

Log:
  Fix build without gperf

Modified:
  head/textproc/libabw/Makefile

Modified: head/textproc/libabw/Makefile
==============================================================================
--- head/textproc/libabw/Makefile	Tue Oct  7 12:31:19 2014	(r370323)
+++ head/textproc/libabw/Makefile	Tue Oct  7 12:33:58 2014	(r370324)
@@ -15,10 +15,11 @@ LICENSE_COMB=	dual
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/algorithm/string.hpp:${PORTSDIR}/devel/boost-libs
 LIB_DEPENDS=	librevenge-0.0.so:${PORTSDIR}/textproc/librevenge
 
-USES=		libtool pathfix pkgconfig tar:xz
+USES=		gperf perl5 libtool pathfix pkgconfig tar:xz
 USE_LDCONFIG=	yes
 USE_GNOME=	libxml2
 GNU_CONFIGURE=	yes
+USE_PERL5=	build
 INSTALL_TARGET=	install-strip
 
 CPPFLAGS=	-I${LOCALBASE}/include



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