diff options
author | kris <kris@FreeBSD.org> | 2007-01-27 16:16:35 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-01-27 16:16:35 +0800 |
commit | 2d31d3ce433e5e0fcd978264276bd93623a90def (patch) | |
tree | c0884ce866fb9b9c4d98f945b889704f1ca288a7 /net | |
parent | 3715c12af6fd8d343d572ccec4bc41cfd63baa2e (diff) | |
download | freebsd-ports-gnome-2d31d3ce433e5e0fcd978264276bd93623a90def.tar.gz freebsd-ports-gnome-2d31d3ce433e5e0fcd978264276bd93623a90def.tar.zst freebsd-ports-gnome-2d31d3ce433e5e0fcd978264276bd93623a90def.zip |
Use libtool port instead of included one to avoid objformat a.out botch
Diffstat (limited to 'net')
-rw-r--r-- | net/quagga/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile index cfd729a19d0a..9344959f142b 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -24,6 +24,7 @@ CONFLICTS= openbgpd-[0-9]* zebra-0* 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 |