svn commit: r370372 - head/devel/gearmand-devel

Antoine Brodin antoine at FreeBSD.org
Tue Oct 7 17:10:09 UTC 2014


Author: antoine
Date: Tue Oct  7 17:10:08 2014
New Revision: 370372
URL: https://svnweb.freebsd.org/changeset/ports/370372
QAT: https://qat.redports.org/buildarchive/r370372/

Log:
  Fix without gperf from base

Modified:
  head/devel/gearmand-devel/Makefile

Modified: head/devel/gearmand-devel/Makefile
==============================================================================
--- head/devel/gearmand-devel/Makefile	Tue Oct  7 17:07:28 2014	(r370371)
+++ head/devel/gearmand-devel/Makefile	Tue Oct  7 17:10:08 2014	(r370372)
@@ -24,7 +24,7 @@ GROUPS=		gearmand
 
 USE_PERL5=	build
 GNU_CONFIGURE=	yes
-USES=		pathfix perl5 gmake libtool execinfo
+USES=		pathfix perl5 gmake gperf libtool execinfo
 USE_LDCONFIG=	yes
 USE_PYTHON_BUILD=yes
 USE_RC_SUBR=	gearmand


More information about the svn-ports-all mailing list