diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-03-18 13:52:54 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-03-18 13:52:54 +0000 |
commit | 723d568e7a416cbd8315cc62ac9fa0a79b938610 (patch) | |
tree | 8c3d6d76efe04b1bd10a1422b10c1bf2d65f5a4f /net/quagga | |
parent | ca5b02ff85cef77a5058592d9b41dc33222dd0b7 (diff) | |
download | ports-723d568e7a416cbd8315cc62ac9fa0a79b938610.tar.gz ports-723d568e7a416cbd8315cc62ac9fa0a79b938610.zip |
Notes
Diffstat (limited to 'net/quagga')
-rw-r--r-- | net/quagga/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile index 84c73c1327cd..3d9b975a6ed6 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -19,7 +19,7 @@ CONFLICTS= openbgpd-[0-9]* openospfd-[0-9]* zebra-0* quagga-re-[0-9]* GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-exampledir=${PREFIX}/share/examples/quagga INSTALL_TARGET= install-strip -USES= gmake libtool makeinfo perl5 readline compiler:c11 tar:xz autoreconf +USES= gmake libtool makeinfo perl5 readline compiler:c11 tar:xz autoreconf cpe USE_LDCONFIG= yes USE_PERL5= build |