summaryrefslogtreecommitdiff
path: root/graphics/ncview/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/ncview/Makefile')
-rw-r--r--graphics/ncview/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/ncview/Makefile b/graphics/ncview/Makefile
index 5b1a1c17b03..525c23e3436 100644
--- a/graphics/ncview/Makefile
+++ b/graphics/ncview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/05/03 21:06:13 jtb Exp $
+# $NetBSD: Makefile,v 1.6 2002/04/20 15:47:01 cjep Exp $
DISTNAME= ncview-1.92c
CATEGORIES= graphics
@@ -25,4 +25,8 @@ CONFIGURE_ARGS+= --with-netcdf_libdir=${NETCDF}/lib
CONFIGURE_ARGS+= --with-udunits_incdir=${UDUNITS}/include
CONFIGURE_ARGS+= --with-udunits_libdir=${UDUNITS}/lib
+.if (${MACHINE_ARCH} == "arm32")
+. include "../../lang/gcc/Makefile.gcc"
+.endif
+
.include "../../mk/bsd.pkg.mk"