From 8639bafeaa485cc1edbbeb6e2ce7d43ab384150b Mon Sep 17 00:00:00 2001 From: hubertf Date: Mon, 22 Dec 1997 07:45:38 +0000 Subject: Fix setting CONFIGURE_ARGS ("=" -> "+=") --- devel/cvs/Makefile | 2 +- devel/m4/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'devel') diff --git a/devel/cvs/Makefile b/devel/cvs/Makefile index 8d31a5a5212..a131ee2528d 100644 --- a/devel/cvs/Makefile +++ b/devel/cvs/Makefile @@ -13,7 +13,7 @@ MAINTAINER= lamj@stat.cmu.edu GNU_CONFIGURE= yes .if exists(/usr/lib/libkrb.a) -CONFIGURE_ARGS= --with-krb4=/usr --enable-encryption +CONFIGURE_ARGS+= --with-krb4=/usr --enable-encryption .endif MAN1= cvs.1 diff --git a/devel/m4/Makefile b/devel/m4/Makefile index 252723f2175..89cc90cc781 100644 --- a/devel/m4/Makefile +++ b/devel/m4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1997/11/13 14:37:52 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 1997/12/22 07:45:39 hubertf Exp $ # New ports collection makefile for: m4 # Version required: 1.4 # Date created: 25 October 1994 @@ -12,7 +12,7 @@ CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} GNU_CONFIGURE=yes -CONFIGURE_ARGS= --program-prefix=g +CONFIGURE_ARGS+= --program-prefix=g OPSYS!= uname -s -- cgit v1.2.3