svn commit: r370323 - head/graphics/libfreehand
Baptiste Daroussin
bapt at FreeBSD.org
Tue Oct 7 12:31:20 UTC 2014
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
More information about the svn-ports-head
mailing list