summaryrefslogtreecommitdiff
path: root/graphics/grap/Makefile
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2001-07-15 12:22:43 +0000
committerjtb <jtb@pkgsrc.org>2001-07-15 12:22:43 +0000
commitcccb02e28d1db288a00cd7697e1d91dc7b62a2cb (patch)
treeda1e61301c07426853905155f73fedab6443f64b /graphics/grap/Makefile
parentf6fd18f97c8a3dc7ab1f4c5e8aba57b9c180744a (diff)
downloadpkgsrc-cccb02e28d1db288a00cd7697e1d91dc7b62a2cb.tar.gz
Update to version 1.20.
This version adds some new features. Embedded troff and pic commands are now interleaved more rationally with the generated pic commands. Grap is considerably more tolerant of using variable names that are the same as keywords or coordinate names. Details are in the CHANGES file.
Diffstat (limited to 'graphics/grap/Makefile')
-rw-r--r--graphics/grap/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/grap/Makefile b/graphics/grap/Makefile
index 1468319db8d..5c3fe4da539 100644
--- a/graphics/grap/Makefile
+++ b/graphics/grap/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2001/04/14 21:43:44 jtb Exp $
+# $NetBSD: Makefile,v 1.4 2001/07/15 12:22:43 jtb Exp $
#
-DISTNAME= grap-1.10
+DISTNAME= grap-1.20
CATEGORIES= graphics
MASTER_SITES= http://www.lunabase.org/~faber/Vault/software/grap/
@@ -9,7 +9,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.lunabase.org/~faber/Vault/software/grap/
COMMENT= Language for typesetting graphs
-GNU_CONFIGURE= YES
-USE_PERL5= YES
+GNU_CONFIGURE= yes
+USE_PERL5= yes
.include "../../mk/bsd.pkg.mk"