summaryrefslogtreecommitdiff
path: root/graphics/ncview
diff options
context:
space:
mode:
authorabs <abs>2003-06-02 14:05:00 +0000
committerabs <abs>2003-06-02 14:05:00 +0000
commit4bd340e3d6aee292b8bba5c5bc6c42b3c8a35c76 (patch)
treefc2d901142cb1b7955f0e85c7122b66ba07f4ce1 /graphics/ncview
parentc80aa7b688d3e1128fbc032ac934dd8adf659a7f (diff)
downloadpkgsrc-4bd340e3d6aee292b8bba5c5bc6c42b3c8a35c76.tar.gz
Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3
is accepted. Suggested by Grant.
Diffstat (limited to 'graphics/ncview')
-rw-r--r--graphics/ncview/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ncview/Makefile b/graphics/ncview/Makefile
index fa20628a8cc..3c7a0f2f963 100644
--- a/graphics/ncview/Makefile
+++ b/graphics/ncview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2003/06/02 01:19:20 jschauma Exp $
+# $NetBSD: Makefile,v 1.10 2003/06/02 14:05:05 abs Exp $
DISTNAME= ncview-1.92c
CATEGORIES= graphics
@@ -18,7 +18,7 @@ CONFIGURE_ARGS+= --with-udunits_incdir=${BUILDLINK_PREFIX.udunits}/include
CONFIGURE_ARGS+= --with-udunits_libdir=${BUILDLINK_PREFIX.udunits}/lib
.if (${MACHINE_ARCH} == "arm32")
-. include "../../lang/gcc/buildlink2.mk"
+. include "../../mk/gcc.buildlink2.mk"
.endif
.include "../../devel/netcdf/buildlink2.mk"