Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Oct 2014 17:16:03 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370374 - head/graphics/libfreehand00
Message-ID:  <201410071716.s97HG3wm002328@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Oct  7 17:16:02 2014
New Revision: 370374
URL: https://svnweb.freebsd.org/changeset/ports/370374
QAT: https://qat.redports.org/buildarchive/r370374/

Log:
  Fix without gperf from base

Modified:
  head/graphics/libfreehand00/Makefile

Modified: head/graphics/libfreehand00/Makefile
==============================================================================
--- head/graphics/libfreehand00/Makefile	Tue Oct  7 17:13:19 2014	(r370373)
+++ head/graphics/libfreehand00/Makefile	Tue Oct  7 17:16:02 2014	(r370374)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libwpd-0.9.so:${PORTSDIR}/t
 		libwpg-0.2.so:${PORTSDIR}/graphics/libwpg
 
 GNU_CONFIGURE=	yes
-USES=	libtool pathfix pkgconfig tar:xz
+USES=		gperf libtool pathfix pkgconfig tar:xz
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--without-docs --disable-werror
 INSTALL_TARGET=	install-strip



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