diff options
author | drochner <drochner> | 2002-01-19 13:40:54 +0000 |
---|---|---|
committer | drochner <drochner> | 2002-01-19 13:40:54 +0000 |
commit | edb975ca9f93c2ea89bc634779ae881ccedc4d90 (patch) | |
tree | f99fe1a7eb64778b93c82b211a32a214313b7191 /graphics | |
parent | 2142e937dd4d4c00e4ea24701903805f04b5557d (diff) | |
download | pkgsrc-edb975ca9f93c2ea89bc634779ae881ccedc4d90.tar.gz |
use python buildlink
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/yplot/Makefile | 7 | ||||
-rw-r--r-- | graphics/yplot/distinfo | 3 | ||||
-rw-r--r-- | graphics/yplot/patches/patch-ac | 10 |
3 files changed, 6 insertions, 14 deletions
diff --git a/graphics/yplot/Makefile b/graphics/yplot/Makefile index 80cf82b97b8..c3b240678f5 100644 --- a/graphics/yplot/Makefile +++ b/graphics/yplot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/06/20 12:58:56 jtb Exp $ +# $NetBSD: Makefile,v 1.9 2002/01/19 13:40:54 drochner Exp $ DISTNAME= yplot-1.1.0 CATEGORIES= graphics math @@ -11,7 +11,6 @@ COMMENT= Yorick interface to PLplot DEPENDS+= yorick-1.4*:../../math/yorick DEPENDS+= plplot>=5.0.3:../../graphics/plplot BUILD_DEPENDS+= teTeX>=1.0:../../print/teTeX -BUILD_DEPENDS+= python>=1.5:../../lang/python EVAL_PREFIX+= PLPLOT_PREFIX=plplot CONFIGURE_ENV+= PLPLOT_PREFIX=${PLPLOT_PREFIX} @@ -21,4 +20,8 @@ CONFIGURE_ENV+= YORICK_CONTRIB_PREFIX=${YORICK_PREFIX}/lib/yorick/1.4 GNU_CONFIGURE= yes MAKEFILE= Makefile.build +PYTHON_FOR_BUILD_ONLY= yes +PYTHON_PATCH_SCRIPTS= parse_documentation.py + +.include "../../lang/python/application.buildlink.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/yplot/distinfo b/graphics/yplot/distinfo index 9e226532296..bc93a6a41c4 100644 --- a/graphics/yplot/distinfo +++ b/graphics/yplot/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.4 2001/06/22 14:05:36 jtb Exp $ +$NetBSD: distinfo,v 1.5 2002/01/19 13:40:54 drochner Exp $ SHA1 (yplot-1.1.0.tar.gz) = f1b6d91c6ee1939144ba61eaa74a5a951f724372 Size (yplot-1.1.0.tar.gz) = 71736 bytes SHA1 (patch-aa) = f9c538f5e262ac10b00a6669162f3336f4285f7a SHA1 (patch-ab) = 4ff489cfafd112398dbe55d1ece83e9cca142c27 -SHA1 (patch-ac) = b4613e0d52de3eb94e85958b47c70679ecb8abe1 diff --git a/graphics/yplot/patches/patch-ac b/graphics/yplot/patches/patch-ac deleted file mode 100644 index d924a8b7667..00000000000 --- a/graphics/yplot/patches/patch-ac +++ /dev/null @@ -1,10 +0,0 @@ -$NetBSD: patch-ac,v 1.2 2001/06/20 12:58:56 jtb Exp $ - ---- parse_documentation.py.orig Wed Jun 20 13:44:10 2001 -+++ parse_documentation.py -@@ -1,4 +1,4 @@ --#! /usr/bin/python -+#! /usr/bin/env python - #Parse Yorick documentation from any file that includes it. - #However, there is some yplot-specific stuff for the function - #call assumed as part of the first lines of the documentation |