From 65a21db0887988ab6a8423979721752ccaf7e634 Mon Sep 17 00:00:00 2001 From: hans Date: Sat, 14 Jan 2012 03:36:42 +0000 Subject: Force real gsed only on NetBSD. --- math/octave/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'math') diff --git a/math/octave/Makefile b/math/octave/Makefile index 259cf63064e..ffd4f66c111 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.95 2012/01/14 00:51:36 hans Exp $ +# $NetBSD: Makefile,v 1.96 2012/01/14 03:36:42 hans Exp $ DISTNAME= octave-${OCTAVE_VER} CATEGORIES= math @@ -38,7 +38,10 @@ CONFIGURE_ARGS+= --enable-static CONFIGURE_ARGS+= --enable-shared # trick pkgsrc into real gsed, needed for "mkf77def" +.include "../../mk/bsd.prefs.mk" +.if ${OPSYS} == "NetBSD" TOOLS_PLATFORM.gsed= #empty +.endif .include "options.mk" -- cgit v1.2.3