diff options
author | seb <seb@pkgsrc.org> | 2003-08-07 10:32:23 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-08-07 10:32:23 +0000 |
commit | 4e324723c72511f8794ef38a33e48a34a482269c (patch) | |
tree | e4b40ebab5f144906cafcd72c536208f0c570e63 | |
parent | 32927d17f9833b096b21a2ab5487a79f02a13346 (diff) | |
download | pkgsrc-4e324723c72511f8794ef38a33e48a34a482269c.tar.gz |
No need for texinfo.mk here.
-rw-r--r-- | graphics/plplot/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/plplot/Makefile b/graphics/plplot/Makefile index 72d0c236ceb..e858eb8dada 100644 --- a/graphics/plplot/Makefile +++ b/graphics/plplot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2003/07/17 21:42:19 grant Exp $ +# $NetBSD: Makefile,v 1.29 2003/08/07 10:32:23 seb Exp $ DISTNAME= plplot-5.2.1 CATEGORIES= graphics @@ -68,5 +68,4 @@ post-install: .include "../../x11/tk/buildlink2.mk" .include "../../lang/tcl/buildlink2.mk" .include "../../mk/autoconf.mk" -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" |