diff options
author | seb <seb> | 2003-08-07 10:32:23 +0000 |
---|---|---|
committer | seb <seb> | 2003-08-07 10:32:23 +0000 |
commit | 0c83c6cabaec5feb4485319668eac9998c00a5ef (patch) | |
tree | e4b40ebab5f144906cafcd72c536208f0c570e63 /graphics | |
parent | 9ee0c80342c5353b56962ef4c178d4e5434fdca6 (diff) | |
download | pkgsrc-0c83c6cabaec5feb4485319668eac9998c00a5ef.tar.gz |
No need for texinfo.mk here.
Diffstat (limited to 'graphics')
-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" |