diff options
author | minskim <minskim@pkgsrc.org> | 2005-03-09 21:00:08 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-03-09 21:00:08 +0000 |
commit | 758758e6704992569a22f2f8628e17cfb6c6028b (patch) | |
tree | 042d0dcdc3f5aa3b654a7d0edbf7258c712e218e | |
parent | a2b72c4e7505c514b34ce246f1c4db76595f909b (diff) | |
download | pkgsrc-758758e6704992569a22f2f8628e17cfb6c6028b.tar.gz |
This package needs perl to build.
-rw-r--r-- | net/quagga/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile index 84346294002..0e5e9e51229 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/03/02 19:15:07 reed Exp $ +# $NetBSD: Makefile,v 1.18 2005/03/09 21:00:08 minskim Exp $ # Based on KAME Id: Makefile,v 1.1.2.1.2.1.10.2 1999/01/05 11:03:50 itojun Exp # @@ -16,6 +16,7 @@ USE_BUILDLINK3= YES GNU_CONFIGURE= YES USE_GNU_TOOLS+= make USE_LIBTOOL= YES +USE_PERL5= build PKG_SYSCONFSUBDIR?= zebra CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} |