diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-17 14:18:28 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-17 14:18:28 +0000 |
commit | dda0efb9c222906b93bc502398d1c3a98cb686ff (patch) | |
tree | 8f6d68504451f891b593430206f633dd2706d7b4 /net/quagga | |
parent | 5aa1a228941b5687402379409dfbae29e2170935 (diff) | |
download | ports-dda0efb9c222906b93bc502398d1c3a98cb686ff.tar.gz ports-dda0efb9c222906b93bc502398d1c3a98cb686ff.zip |
Notes
Diffstat (limited to 'net/quagga')
-rw-r--r-- | net/quagga/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile index d19d82c29d26..d86834ba80a9 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -24,13 +24,10 @@ COMMENT= Free RIPv1, RIPv2, OSPFv2, BGP4, IS-IS route software CONFLICTS= openbgpd-[0-9]* zebra-0* USE_AUTOTOOLS= libtool:15 -GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_LDCONFIG= yes USE_PERL5_BUILD= yes -LIBTOOLFILES= configure MAN1= vtysh.1 MAN8= bgpd.8 ospf6d.8 ospfd.8 ripd.8 ripngd.8 zebra.8 |