diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/irrd/Makefile | 4 | ||||
-rw-r--r-- | net/samba/Makefile | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/net/irrd/Makefile b/net/irrd/Makefile index dce5fde620c..fcf8ad61669 100644 --- a/net/irrd/Makefile +++ b/net/irrd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2005/05/13 16:54:13 jlam Exp $ +# $NetBSD: Makefile,v 1.29 2005/05/22 05:35:33 jlam Exp $ DISTNAME= irrd2.2.3 PKGNAME= irrd-2.2.3 @@ -24,8 +24,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-thread -CONFIGURE_ENV+= EGREP=${EGREP} -CONFIGURE_ENV+= YACC=${TOOLS_YACC:Q} BUILD_DEFS+= USE_INET6 diff --git a/net/samba/Makefile b/net/samba/Makefile index 605c1fdcf7e..3a96931ad01 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.140 2005/04/15 11:45:16 wiz Exp $ +# $NetBSD: Makefile,v 1.141 2005/05/22 05:35:33 jlam Exp $ DISTNAME= samba-3.0.10 PKGREVISION= 2 @@ -22,7 +22,6 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR}/${DISTNAME}/source GNU_CONFIGURE= yes -CONFIGURE_ENV+= PERL="${PERL5}" .include "../../mk/bsd.prefs.mk" |