summaryrefslogtreecommitdiff
path: root/net/zebra
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-06-21 02:27:12 +0000
committerjlam <jlam@pkgsrc.org>2001-06-21 02:27:12 +0000
commit3a6cae9537e0dfd339b53d27e415938befa851c4 (patch)
treecb10b5225ac6616a6ca53e649846c4d42f867424 /net/zebra
parent7acad2633746267fbc0b7a46643ce5d133270156 (diff)
downloadpkgsrc-3a6cae9537e0dfd339b53d27e415938befa851c4.tar.gz
Reorder some lines so that GNU_CONFIGURE defintion precedes inclusion of
buildlink.mk files. Mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'net/zebra')
-rw-r--r--net/zebra/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/net/zebra/Makefile b/net/zebra/Makefile
index 75254aeb47e..78c55cbb9ea 100644
--- a/net/zebra/Makefile
+++ b/net/zebra/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2001/06/12 20:33:07 jlam Exp $
+# $NetBSD: Makefile,v 1.42 2001/06/21 02:27:12 jlam Exp $
# Based on KAME Id: Makefile,v 1.1.2.1.2.1.10.2 1999/01/05 11:03:50 itojun Exp
#
@@ -17,10 +17,14 @@ BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
.include "../../mk/bsd.prefs.mk"
+USE_BUILDLINK_ONLY= # defined
+GNU_CONFIGURE= # defined
+CONFIGURE_ARGS+= --sysconfdir=/etc/zebra
+
PLIST_SRC= # empty
.if defined(USE_ZEBRA_VTYSH) && ${USE_ZEBRA_VTYSH} == "YES"
-USE_GNU_READLINE= uses rl_pending_input
+USE_GNU_READLINE= # uses rl_pending_input
.include "../../devel/readline/buildlink.mk"
CONFIGURE_ARGS+= --enable-vtysh
PLIST_SRC+= ${PKGDIR}/PLIST.vtysh
@@ -28,8 +32,6 @@ PLIST_SRC+= ${PKGDIR}/PLIST.vtysh
CONFIGURE_ARGS+= --disable-vtysh
.endif
-GNU_CONFIGURE= # defined
-CONFIGURE_ARGS+= --sysconfdir=/etc/zebra
USE_GTEXINFO= # defined
USE_GMAKE= # defined
@@ -47,7 +49,7 @@ PLIST_SRC+= ${PKGDIR}/PLIST
LIBS+= ${LDFLAGS}
pre-configure:
- cd ${WRKSRC} && ${LOCALBASE}/bin/autoreconf
+ cd ${WRKSRC} && ${LOCALBASE}/bin/autoreconf --force
# cd ${WRKSRC} && ${LOCALBASE}/bin/automake
#post-build: