diff options
author | pav <pav@FreeBSD.org> | 2007-03-17 22:18:28 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-03-17 22:18:28 +0800 |
commit | 35d836f73530d69c5821cdc2afda337761cef2dd (patch) | |
tree | 4dbb708295df8f8a553bdc161c7d9dc195941f10 /net | |
parent | 1222bfd8d5d2424910e2e421cf524f7fc624f77a (diff) | |
download | freebsd-ports-gnome-35d836f73530d69c5821cdc2afda337761cef2dd.tar.gz freebsd-ports-gnome-35d836f73530d69c5821cdc2afda337761cef2dd.tar.zst freebsd-ports-gnome-35d836f73530d69c5821cdc2afda337761cef2dd.zip |
- Simplify
Diffstat (limited to 'net')
-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 |