svn commit: r361714 - head/net/bird
Baptiste Daroussin
bapt at FreeBSD.org
Sun Jul 13 22:16:30 UTC 2014
Author: bapt
Date: Sun Jul 13 22:16:30 2014
New Revision: 361714
URL: http://svnweb.freebsd.org/changeset/ports/361714
QAT: https://qat.redports.org/buildarchive/r361714/
Log:
Fix build on recent head without shared readline
Modified:
head/net/bird/Makefile
Modified: head/net/bird/Makefile
==============================================================================
--- head/net/bird/Makefile Sun Jul 13 22:08:05 2014 (r361713)
+++ head/net/bird/Makefile Sun Jul 13 22:16:30 2014 (r361714)
@@ -12,7 +12,7 @@ COMMENT?= Dynamic IP routing daemon (IPv
LICENSE= GPLv2
-USES= bison gmake
+USES= bison gmake readline
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --localstatedir=/var
USE_CSTD= gnu89
More information about the svn-ports-all
mailing list