Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Oct 2014 12:31:20 +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: r370323 - head/graphics/libfreehand
Message-ID:  <201410071231.s97CVKZf060525@svn.freebsd.org>

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

Log:
  Fix build without gperf

Modified:
  head/graphics/libfreehand/Makefile

Modified: head/graphics/libfreehand/Makefile
==============================================================================
--- head/graphics/libfreehand/Makefile	Tue Oct  7 12:28:59 2014	(r370322)
+++ head/graphics/libfreehand/Makefile	Tue Oct  7 12:31:19 2014	(r370323)
@@ -15,8 +15,9 @@ LICENSE_COMB=	dual
 LIB_DEPENDS=	librevenge-0.0.so:${PORTSDIR}/textproc/librevenge
 
 GNU_CONFIGURE=	yes
-USES=	libtool pathfix pkgconfig tar:xz
+USES=	gperf perl5 libtool pathfix pkgconfig tar:xz
 USE_LDCONFIG=	yes
+USE_PERL5=	build
 CONFIGURE_ARGS=	--disable-werror --without-docs
 INSTALL_TARGET=	install-strip
 



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