diff options
author | jtb <jtb> | 2001-03-31 18:28:25 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-03-31 18:28:25 +0000 |
commit | bcf3634eb360d45ce4efe9fd2bb7e678e4f1afe9 (patch) | |
tree | 2378911ec8cf4a72a5b30abfc2f70a8a7f77311e /graphics/yplot | |
parent | fbd4d827fb61025d7e78320018467669f2799930 (diff) | |
download | pkgsrc-bcf3634eb360d45ce4efe9fd2bb7e678e4f1afe9.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/yplot')
-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 |