Thu Jan 6 07:05:09 2011 UTC ()
I'm not sure if the fontpath changes in the base package make it through
to here or not, but bump PKGREVISION anyway to be safe.


(dholland)
diff -r1.22 -r1.23 pkgsrc/graphics/gnuplot-nox11/Makefile

cvs diff -r1.22 -r1.23 pkgsrc/graphics/gnuplot-nox11/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/gnuplot-nox11/Attic/Makefile 2010/06/13 22:44:33 1.22
+++ pkgsrc/graphics/gnuplot-nox11/Attic/Makefile 2011/01/06 07:05:09 1.23
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.22 2010/06/13 22:44:33 wiz Exp $ 1# $NetBSD: Makefile,v 1.23 2011/01/06 07:05:09 dholland Exp $
2# 2#
3 3
4PKGNAME= ${DISTNAME:C/-/-nox11-/} 4PKGNAME= ${DISTNAME:C/-/-nox11-/}
5PKGREVISION= 3 5PKGREVISION= 4
6 6
7CONFLICTS+= gnuplot-[0-9]* 7CONFLICTS+= gnuplot-[0-9]*
8 8
9CONFIGURE_ARGS+= --without-x 9CONFIGURE_ARGS+= --without-x
10 10
11INSTALL_ENV+= INSTALL_XRESOURCE_DATA=no 11INSTALL_ENV+= INSTALL_XRESOURCE_DATA=no
12 12
13.include "../../graphics/gnuplot/Makefile.common" 13.include "../../graphics/gnuplot/Makefile.common"
14 14
15.include "../../graphics/plotutils-nox11/buildlink3.mk" 15.include "../../graphics/plotutils-nox11/buildlink3.mk"
16.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"