From 6e0d099891afdad6f457e7214110932645f3044a Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 8 Feb 2004 04:03:14 +0000 Subject: We no longer need to explicitly call ${BUILDLINK_*} for CC, CXX, LIBTOOL, etc. because the bare variables will point to the correct executables. --- mail/pine/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/pine') diff --git a/mail/pine/Makefile b/mail/pine/Makefile index b809bd83e55..6051bc4058e 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.82 2004/01/20 10:16:38 hubertf Exp $ +# $NetBSD: Makefile,v 1.83 2004/02/08 04:03:15 jlam Exp $ DISTNAME= pine4.58 PKGNAME= pine-4.58 @@ -60,7 +60,7 @@ do-build: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./build ${BUILDNAME} \ ${LDAPCFLAGS} ${LDAPLIBS} \ PREFIX=${PREFIX} \ - CC="${BUILDLINK_CC} ${CFLAGS} ${LDFLAGS}" + CC="${CC} ${CFLAGS} ${LDFLAGS}" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/pine ${PREFIX}/bin/ -- cgit v1.2.3