From b770dfa9dfada734a3383800270a241bad86c046 Mon Sep 17 00:00:00 2001 From: jtb Date: Sat, 31 Mar 2001 18:28:25 +0000 Subject: Note that it is necessary to copy the plplot include files to ${WRKSRC}/plplot so that they will found. This is ugly -- but what can we do? --- graphics/yplot/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'graphics') diff --git a/graphics/yplot/Makefile b/graphics/yplot/Makefile index 5cb1b4c37a2..9ab6e88c4fc 100644 --- a/graphics/yplot/Makefile +++ b/graphics/yplot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/03/30 20:30:06 jtb Exp $ +# $NetBSD: Makefile,v 1.4 2001/03/31 18:28:25 jtb Exp $ DISTNAME= yplot-1.0.3 CATEGORIES= graphics math @@ -15,6 +15,8 @@ EVAL_PREFIX+= PLPLOT_PREFIX=plplot MAKEFILE= Makefile.build +# This looks bad, but the build process won't be able to find the PLplot +# include files otherwise. pre-build: ${MKDIR} ${WRKSRC}/plplot ${CP} ${PLPLOT_PREFIX}/include/plplot/*.h ${WRKSRC}/plplot -- cgit v1.2.3