summaryrefslogtreecommitdiff
path: root/archivers/bzip2/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-08 04:03:14 +0000
committerjlam <jlam>2004-02-08 04:03:14 +0000
commit8f2b87c36ee608d1ceb4a1cd68b36058bb84f7d4 (patch)
tree11342275f655e55025aec319c80c509cee054445 /archivers/bzip2/Makefile
parent37313347e7d6b7a60d35b783ffcf946c69fa543b (diff)
downloadpkgsrc-8f2b87c36ee608d1ceb4a1cd68b36058bb84f7d4.tar.gz
We no longer need to explicitly call ${BUILDLINK_*} for CC, CXX, LIBTOOL,
etc. because the bare variables will point to the correct executables.
Diffstat (limited to 'archivers/bzip2/Makefile')
-rw-r--r--archivers/bzip2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/bzip2/Makefile b/archivers/bzip2/Makefile
index 0329b2bb3f9..5f98acebcb3 100644
--- a/archivers/bzip2/Makefile
+++ b/archivers/bzip2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2004/02/08 03:00:29 jlam Exp $
+# $NetBSD: Makefile,v 1.32 2004/02/08 04:03:15 jlam Exp $
#
DISTNAME= bzip2-1.0.2
@@ -13,7 +13,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= yes
USE_LIBTOOL= yes
-MAKE_ENV+= REALCC="${BUILDLINK_CC}"
+MAKE_ENV+= REALCC="${CC}"
.include "../../mk/bsd.prefs.mk"