diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-01-26 13:51:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-01-26 13:51:51 +0000 |
commit | 3ea1e1cec0251b81443d2911a9259dee9516bd5b (patch) | |
tree | cda43bd802bfb9c91ff13bfb2a329b8830932d0a /net/quagga | |
parent | e6db5934f125550f8bd2977f4b942d723f2339a3 (diff) | |
download | ports-3ea1e1cec0251b81443d2911a9259dee9516bd5b.tar.gz ports-3ea1e1cec0251b81443d2911a9259dee9516bd5b.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 5980ed086e0b..29e28b7fdc90 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 +USES= gmake libtool makeinfo perl5 readline compiler:c11 USE_LDCONFIG= yes USE_PERL5= build |