aboutsummaryrefslogtreecommitdiff
path: root/net/quagga/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-09-14 23:48:12 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-09-14 23:48:12 +0000
commitc9a8d4c097812ff100bc88b712424a875e446013 (patch)
tree96cba88b849c28522b88b2137a8153cd533f707f /net/quagga/Makefile
parent9fcb128a1351f66bf9836031e931edb492dd98ad (diff)
downloadports-c9a8d4c097812ff100bc88b712424a875e446013.tar.gz
ports-c9a8d4c097812ff100bc88b712424a875e446013.zip
- Kludge snmp detection in configure script
PR: ports/86102 Submitted by: Boris Kovalenko <boris@tagnet.ru> (maintainer)
Notes
Notes: svn path=/head/; revision=142773
Diffstat (limited to 'net/quagga/Makefile')
-rw-r--r--net/quagga/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile
index f07c935e7188..1637d2e11617 100644
--- a/net/quagga/Makefile
+++ b/net/quagga/Makefile
@@ -19,6 +19,7 @@ COMMENT= Free RIPv1, RIPv2, OSPFv2, BGP4, IS-IS route software
CONFLICTS= zebra-devel-[0-9]* zebra-0*
GNU_CONFIGURE= yes
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
@@ -41,8 +42,7 @@ OPTIONS= ISISD "Enable experimental ISIS daemon" off \
.include <bsd.port.pre.mk>
-CONFIGURE_ARGS+=--includedir=${PREFIX}/include --enable-exampledir=${PREFIX}/share/examples/quagga \
- --program-transform-name=""
+CONFIGURE_ARGS+=--includedir=${PREFIX}/include --enable-exampledir=${PREFIX}/share/examples/quagga
CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \
LIBTOOL=${LIBTOOL} LIBTOOLIZE=${LIBTOOLIZE} \