From 7561f846cece0cb86e3234e5e1463f4bcb9ef588 Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 17 Aug 2001 21:16:45 +0000 Subject: Remove explicit settings of FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} in MAKE_ENV as they are now added by the buildlink files themselves. --- editors/manedit/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors/manedit') diff --git a/editors/manedit/Makefile b/editors/manedit/Makefile index 847c80e6190..750fd56be69 100644 --- a/editors/manedit/Makefile +++ b/editors/manedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/06/26 12:37:16 zuntum Exp $ +# $NetBSD: Makefile,v 1.9 2001/08/17 21:16:50 jlam Exp $ # DISTNAME= ${PKGNAME:S,manedit-,manedit,} @@ -15,7 +15,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/manedit USE_BUILDLINK_ONLY= YES -MAKE_ENV+= CPP="${CXX}" GTK_CONFIG="${BUILDLINK_CONFIG_WRAPPER.gtk}" +MAKE_ENV+= CPP="${CXX}" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/manedit ${PREFIX}/bin -- cgit v1.2.3