svn commit: r361715 - head/net/quagga

Baptiste Daroussin bapt at FreeBSD.org
Sun Jul 13 22:24:19 UTC 2014


Author: bapt
Date: Sun Jul 13 22:24:18 2014
New Revision: 361715
URL: http://svnweb.freebsd.org/changeset/ports/361715
QAT: https://qat.redports.org/buildarchive/r361715/

Log:
  Fix build on recent head without shared readline

Modified:
  head/net/quagga/Makefile

Modified: head/net/quagga/Makefile
==============================================================================
--- head/net/quagga/Makefile	Sun Jul 13 22:16:30 2014	(r361714)
+++ head/net/quagga/Makefile	Sun Jul 13 22:24:18 2014	(r361715)
@@ -17,7 +17,7 @@ LICENSE=	GPLv2
 
 CONFLICTS=	openbgpd-[0-9]* openospfd-[0-9]* zebra-0* quagga-re-[0-9]*
 
-USES=		gmake libtool makeinfo perl5
+USES=		gmake libtool makeinfo perl5 readline
 USE_AUTOTOOLS=	autoheader aclocal
 ACLOCAL_ARGS=	-I${LOCALBASE}/share/aclocal
 BUILD_DEPENDS+=	gawk:${PORTSDIR}/lang/gawk


More information about the svn-ports-all mailing list