From 328a35f96fe7ec11093e3847c0943eb3a41f2b51 Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 12 Jun 2001 20:33:00 +0000 Subject: LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk if GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value. --- security/racoon/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security/racoon') diff --git a/security/racoon/Makefile b/security/racoon/Makefile index 90f597bb7cb..6bd5e2ee5c7 100644 --- a/security/racoon/Makefile +++ b/security/racoon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2001/06/11 06:34:49 jlam Exp $ +# $NetBSD: Makefile,v 1.35 2001/06/12 20:33:07 jlam Exp $ # DISTNAME= racoon-20010418a @@ -25,7 +25,7 @@ BUILD_DEFS+= USE_INET6 USE_SSL= yes CPPFLAGS+= -I${LOCALBASE}/include CFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib -L${WRKSRC}/../libipsec" +LIBS= -L${LOCALBASE}/lib -L${WRKSRC}/../libipsec CONFLICTS+= racoon-* -- cgit v1.2.3