diff options
author | jtb <jtb@pkgsrc.org> | 2001-03-31 18:28:25 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-03-31 18:28:25 +0000 |
commit | b770dfa9dfada734a3383800270a241bad86c046 (patch) | |
tree | 2378911ec8cf4a72a5b30abfc2f70a8a7f77311e /graphics | |
parent | efd89b32244c98ac8d467dffa4c8a2f31b56a637 (diff) | |
download | pkgsrc-b770dfa9dfada734a3383800270a241bad86c046.tar.gz |
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?
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/yplot/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |