summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2003-08-09 10:49:07 +0000
committerseb <seb@pkgsrc.org>2003-08-09 10:49:07 +0000
commit4a2efdf6fdd2ffdd80d2004f36cc96ee8d1c5dfe (patch)
tree4f6f8b11d792cd5dcb2a1e6d660a3d343fb96c50 /graphics
parent8d15907ec2b57f0ed9901c300b10d188b5912fee (diff)
downloadpkgsrc-4a2efdf6fdd2ffdd80d2004f36cc96ee8d1c5dfe.tar.gz
USE_NEW_TEXINFO is unnecessary now.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/aalib/Makefile3
-rw-r--r--graphics/barcode/Makefile3
-rw-r--r--graphics/geomview/Makefile3
-rw-r--r--graphics/gnuplot-nox11/Makefile3
-rw-r--r--graphics/gnuplot/Makefile3
-rw-r--r--graphics/gri/Makefile3
-rw-r--r--graphics/hp2xx/Makefile3
-rw-r--r--graphics/plotutils-nox11/Makefile3
-rw-r--r--graphics/plotutils/Makefile3
-rw-r--r--graphics/xzgv/Makefile3
10 files changed, 10 insertions, 20 deletions
diff --git a/graphics/aalib/Makefile b/graphics/aalib/Makefile
index ca9f60c1ef3..df382396ce4 100644
--- a/graphics/aalib/Makefile
+++ b/graphics/aalib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2003/07/03 13:09:47 seb Exp $
+# $NetBSD: Makefile,v 1.11 2003/08/09 10:53:26 seb Exp $
PKGNAME= aalib-${BASE_VERS}
PKGREVISION= 1
@@ -9,7 +9,6 @@ COMMENT= ASCII Art library
USE_BUILDLINK2= YES
CONFIGURE_ARGS+= --with-x11-driver=no
-USE_NEW_TEXINFO= YES
INFO_FILES= aalib.info
.include "Makefile.common"
diff --git a/graphics/barcode/Makefile b/graphics/barcode/Makefile
index 3c830906335..990633b9946 100644
--- a/graphics/barcode/Makefile
+++ b/graphics/barcode/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/07/21 16:51:37 martti Exp $
+# $NetBSD: Makefile,v 1.6 2003/08/09 10:53:27 seb Exp $
#
DISTNAME= barcode-0.96
@@ -12,7 +12,6 @@ COMMENT= Create bar codes as EPS (program and library)
GNU_CONFIGURE= YES
MAKE_ENV+= AWK="${AWK}"
-USE_NEW_TEXINFO= YES
INFO_FILES= barcode.info
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/geomview/Makefile b/graphics/geomview/Makefile
index a75613ff3d4..6dfe63e92f4 100644
--- a/graphics/geomview/Makefile
+++ b/graphics/geomview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2003/07/17 21:40:45 grant Exp $
+# $NetBSD: Makefile,v 1.26 2003/08/09 10:53:27 seb Exp $
DISTNAME= geomview-1.8.1
PKGREVISION= 2
@@ -18,7 +18,6 @@ CONFIGURE_ARGS+= --with-opengl=${BUILDLINK_PREFIX.Mesa}
CONFIGURE_ARGS+= --with-motif=${MOTIFBASE}
CPPFLAGS+= -Dunix -Dalloca=__builtin_alloca
-USE_NEW_TEXINFO= YES
INFO_FILES= geomview
.include "../../mk/bsd.prefs.mk"
diff --git a/graphics/gnuplot-nox11/Makefile b/graphics/gnuplot-nox11/Makefile
index f7f1c33b4b9..9e2fa95a73a 100644
--- a/graphics/gnuplot-nox11/Makefile
+++ b/graphics/gnuplot-nox11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/07/21 16:51:44 martti Exp $
+# $NetBSD: Makefile,v 1.4 2003/08/09 10:53:29 seb Exp $
#
DISTNAME= gnuplot-3.7.3
@@ -20,7 +20,6 @@ USE_BUILDLINK2= YES
USE_GNU_READLINE= YES
GNU_CONFIGURE= YES
-USE_NEW_TEXINFO= YES
INFO_FILES= gnuplot.info
CONFIGURE_ARGS+= --with-pdf
diff --git a/graphics/gnuplot/Makefile b/graphics/gnuplot/Makefile
index 8240298cf86..43fbb1f08a8 100644
--- a/graphics/gnuplot/Makefile
+++ b/graphics/gnuplot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2003/07/21 16:51:43 martti Exp $
+# $NetBSD: Makefile,v 1.25 2003/08/09 10:53:27 seb Exp $
#
DISTNAME= gnuplot-3.7.3
@@ -21,7 +21,6 @@ USE_BUILDLINK2= YES
USE_GNU_READLINE= YES
USE_X11= YES
-USE_NEW_TEXINFO= YES
INFO_FILES= gnuplot.info
CONFIGURE_ARGS+= --with-pdf
diff --git a/graphics/gri/Makefile b/graphics/gri/Makefile
index 661ce24e2f9..a07a1e59829 100644
--- a/graphics/gri/Makefile
+++ b/graphics/gri/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2003/08/08 16:42:37 seb Exp $
+# $NetBSD: Makefile,v 1.14 2003/08/09 10:53:28 seb Exp $
DISTNAME= gri-2.12.5
CATEGORIES= graphics
@@ -18,7 +18,6 @@ USE_BUILDLINK2= yes
USE_PERL5= build
REPLACE_PERL= gri_merge gri_unpage
-USE_NEW_TEXINFO= yes
USE_MAKEINFO= yes
INFO_FILES= gri.info
diff --git a/graphics/hp2xx/Makefile b/graphics/hp2xx/Makefile
index d953a5ba2e8..cdb91a6d03b 100644
--- a/graphics/hp2xx/Makefile
+++ b/graphics/hp2xx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2003/07/17 21:41:14 grant Exp $
+# $NetBSD: Makefile,v 1.21 2003/08/09 10:53:28 seb Exp $
#
DISTNAME= hp2xx-3.4.0
@@ -13,7 +13,6 @@ COMMENT= HPGL converter and previewer
USE_X11= yes
USE_BUILDLINK2= YES
-USE_NEW_TEXINFO= YES
USE_MAKEINFO= YES
INFO_FILES= hp2xx.info
diff --git a/graphics/plotutils-nox11/Makefile b/graphics/plotutils-nox11/Makefile
index bb682c1b14d..6c3137e65a7 100644
--- a/graphics/plotutils-nox11/Makefile
+++ b/graphics/plotutils-nox11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/07/17 21:42:18 grant Exp $
+# $NetBSD: Makefile,v 1.4 2003/08/09 10:53:30 seb Exp $
#
DISTNAME= plotutils-2.4.1
@@ -15,7 +15,6 @@ CONFLICTS+= plotutils-[0-9]*
USE_BUILDLINK2= yes
USE_GCC_SHLIB= yes
-USE_NEW_TEXINFO= YES
INFO_FILES= plotutils.info
GNU_CONFIGURE= yes
diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile
index 802a0fd279f..d0a5195c730 100644
--- a/graphics/plotutils/Makefile
+++ b/graphics/plotutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2003/07/17 21:42:16 grant Exp $
+# $NetBSD: Makefile,v 1.28 2003/08/09 10:53:29 seb Exp $
#
DISTNAME= plotutils-2.4.1
@@ -16,7 +16,6 @@ USE_BUILDLINK2= YES
USE_GCC_SHLIB= YES
USE_X11= YES
-USE_NEW_TEXINFO= YES
INFO_FILES= plotutils.info
GNU_CONFIGURE= YES
diff --git a/graphics/xzgv/Makefile b/graphics/xzgv/Makefile
index 3fd65640d50..c741d35d31d 100644
--- a/graphics/xzgv/Makefile
+++ b/graphics/xzgv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2003/07/17 21:43:19 grant Exp $
+# $NetBSD: Makefile,v 1.20 2003/08/09 10:53:29 seb Exp $
DISTNAME= xzgv-0.7
PKGREVISION= 3
@@ -10,7 +10,6 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://xzgv.browser.org/
COMMENT= Image viewer
-USE_NEW_TEXINFO= YES
USE_MAKEINFO= YES
INFO_FILES= xzgv