svn commit: r442539 - head/german/unix-connect

Dirk Meyer dinoex at FreeBSD.org
Sun Jun 4 09:24:50 UTC 2017


Author: dinoex
Date: Sun Jun  4 09:24:48 2017
New Revision: 442539
URL: https://svnweb.freebsd.org/changeset/ports/442539

Log:
  - fix gperf on FreeBSD-11

Modified:
  head/german/unix-connect/Makefile

Modified: head/german/unix-connect/Makefile
==============================================================================
--- head/german/unix-connect/Makefile	Sun Jun  4 09:01:15 2017	(r442538)
+++ head/german/unix-connect/Makefile	Sun Jun  4 09:24:48 2017	(r442539)
@@ -17,7 +17,7 @@ LICENSE=	GPLv2 BSD3CLAUSE
 
 MANUAL_PACKAGE_BUILD=	needs hostname
 
-USES=		fakeroot
+USES=		fakeroot gperf
 
 WRKSRC=		${WRKDIR}/${DISTNAME}
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list