summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-04-11 21:44:48 +0000
committertv <tv@pkgsrc.org>2005-04-11 21:44:48 +0000
commitf816d81489fd245a89e581c2f9cf792562ade194 (patch)
tree2d8b7b078f159a824fcd53503d6096a145f0f177 /print
parent20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff)
downloadpkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'print')
-rw-r--r--print/a2ps/Makefile3
-rw-r--r--print/advi/Makefile3
-rw-r--r--print/bg5pdf/Makefile3
-rw-r--r--print/bg5ps/Makefile3
-rw-r--r--print/chktex/Makefile3
-rw-r--r--print/cjk-lyx/Makefile3
-rw-r--r--print/cups/Makefile3
-rw-r--r--print/dvidvi/Makefile3
-rw-r--r--print/dvipdfm/Makefile3
-rw-r--r--print/dvipdfmx/Makefile3
-rw-r--r--print/dvipng/Makefile3
-rw-r--r--print/enscript/Makefile3
-rw-r--r--print/ggv/Makefile3
-rw-r--r--print/ggv2/Makefile3
-rw-r--r--print/ghostscript-esp/Makefile.common3
-rw-r--r--print/ghostscript-gnu/Makefile.common3
-rw-r--r--print/ghostscript-nox11/Makefile.common3
-rw-r--r--print/gimp-print-cups/Makefile3
-rw-r--r--print/gimp-print-escputil/Makefile3
-rw-r--r--print/gimp-print-ijs/Makefile3
-rw-r--r--print/gimp-print-lib/Makefile3
-rw-r--r--print/gimp-print/Makefile3
-rw-r--r--print/glabels/Makefile3
-rw-r--r--print/gnome-print/Makefile3
-rw-r--r--print/gpdf/Makefile3
-rw-r--r--print/gv/Makefile3
-rw-r--r--print/hpijs/Makefile3
-rw-r--r--print/ijs/Makefile3
-rw-r--r--print/img2eps/Makefile3
-rw-r--r--print/imposter/Makefile3
-rw-r--r--print/ja-dvipdfm/Makefile3
-rw-r--r--print/ja-vflib-lib/Makefile.common3
-rw-r--r--print/ja-vfxdvik/Makefile3
-rw-r--r--print/libgnomecups/Makefile3
-rw-r--r--print/libgnomeprint/Makefile3
-rw-r--r--print/libgnomeprintui/Makefile3
-rw-r--r--print/lilypond/Makefile3
-rw-r--r--print/mgv/Makefile3
-rw-r--r--print/mp/Makefile3
-rw-r--r--print/mpage/Makefile3
-rw-r--r--print/p5-PostScript-MailLabels/Makefile3
-rw-r--r--print/papersize/Makefile3
-rw-r--r--print/pdflib/Makefile.common3
-rw-r--r--print/php-pdflib/Makefile3
-rw-r--r--print/pnm2ppa/Makefile3
-rw-r--r--print/psify/Makefile3
-rw-r--r--print/psutils/Makefile3
-rw-r--r--print/py-reportlab-renderPM/Makefile3
-rw-r--r--print/py-reportlab/Makefile3
-rw-r--r--print/rlpr/Makefile3
-rw-r--r--print/scribus/Makefile3
-rw-r--r--print/teTeX-bin/Makefile.common3
-rw-r--r--print/teTeX/Makefile3
-rw-r--r--print/teTeX1-bin/Makefile3
-rw-r--r--print/teTeX1-share/Makefile3
-rw-r--r--print/teTeX1/Makefile3
-rw-r--r--print/teTeX3-bin/Makefile.common3
-rw-r--r--print/transfig/Makefile3
-rw-r--r--print/xpdf/Makefile3
-rw-r--r--print/xpp/Makefile3
60 files changed, 60 insertions, 120 deletions
diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile
index 64012722e8a..1026d45a16a 100644
--- a/print/a2ps/Makefile
+++ b/print/a2ps/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2004/12/31 13:27:06 minskim Exp $
+# $NetBSD: Makefile,v 1.52 2005/04/11 21:47:06 tv Exp $
DISTNAME= a2ps-4.13b
PKGNAME= a2ps-4.13.0.2
@@ -17,7 +17,6 @@ DEPENDS+= psutils>=1.17:../../print/psutils
WRKSRC= ${WRKDIR}/a2ps-4.13
STRIP= # empty
-USE_BUILDLINK3= yes
USE_PERL5= yes
USE_GNU_TOOLS+= make
USE_LIBTOOL= yes
diff --git a/print/advi/Makefile b/print/advi/Makefile
index 7f3df057ef8..99c268d9776 100644
--- a/print/advi/Makefile
+++ b/print/advi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/02/04 21:50:25 adrianp Exp $
+# $NetBSD: Makefile,v 1.11 2005/04/11 21:47:06 tv Exp $
DISTNAME= advi-1.6.0
CATEGORIES= print
@@ -12,7 +12,6 @@ COMMENT= Active-DVI Presenter
DEPENDS+= teTeX-[0-9]*:../../print/teTeX
BUILD_DEPENDS+= ocaml>=3.04:../../lang/ocaml
-USE_BUILDLINK3= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_GNU_TOOLS+= make
diff --git a/print/bg5pdf/Makefile b/print/bg5pdf/Makefile
index e4550c2f8b3..cf88c9d6464 100644
--- a/print/bg5pdf/Makefile
+++ b/print/bg5pdf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/10/03 00:18:03 tv Exp $
+# $NetBSD: Makefile,v 1.10 2005/04/11 21:47:06 tv Exp $
#
DISTNAME= bg5pdf-1.0.0
@@ -11,7 +11,6 @@ HOMEPAGE= http://students.washington.edu/cschin/bg5ps/bg5pdf/
COMMENT= Wrap big5 encoding text file into PDF file by using PDFlib
WRKSRC= ${WRKDIR}/bg5pdf
-USE_BUILDLINK3= yes
PYTHON_VERSIONS_ACCEPTED= 21
PYBINMODULE= # defined
PY_PATCHPLIST= yes
diff --git a/print/bg5ps/Makefile b/print/bg5ps/Makefile
index 27ffffed708..8c86c82c184 100644
--- a/print/bg5ps/Makefile
+++ b/print/bg5ps/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/10/03 00:18:04 tv Exp $
+# $NetBSD: Makefile,v 1.10 2005/04/11 21:47:06 tv Exp $
DISTNAME= bg5ps-1.3.0
PKGREVISION= 1
@@ -12,7 +12,6 @@ COMMENT= Convert Big5/GB encoded files to postscript
DEPENDS+= arphic-ttf>=2.11:../../fonts/arphic-ttf
-USE_BUILDLINK3= yes
PKG_SYSCONFSUBDIR?= bg5ps
post-patch:
diff --git a/print/chktex/Makefile b/print/chktex/Makefile
index 10deb3d8043..a569cfbf239 100644
--- a/print/chktex/Makefile
+++ b/print/chktex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/04/25 03:00:50 snj Exp $
+# $NetBSD: Makefile,v 1.7 2005/04/11 21:47:06 tv Exp $
#
DISTNAME= chktex-1.6.1
@@ -12,7 +12,6 @@ COMMENT= LaTeX semantic checker
DEPENDS+= lynx-[0-9]*:../../www/lynx
-USE_BUILDLINK3= YES
USE_GNU_TOOLS+= make
USE_PERL5= YES
GNU_CONFIGURE= YES
diff --git a/print/cjk-lyx/Makefile b/print/cjk-lyx/Makefile
index ef3675e7d54..95c97a883c0 100644
--- a/print/cjk-lyx/Makefile
+++ b/print/cjk-lyx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/11/13 22:04:53 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2005/04/11 21:47:06 tv Exp $
DISTNAME= lyx-${LYX_VERS}
PKGNAME= cjk-${DISTNAME}
@@ -24,7 +24,6 @@ DEPENDS+= ispell-base-[0-9]*:../../textproc/ispell-base
DEPENDS+= teTeX-bin>=1.0.7nb1:../../print/teTeX-bin
USE_LANGUAGES= c c++
-USE_BUILDLINK3= yes
USE_PKGLOCALEDIR= yes
USE_PERL5= yes
USE_X11= yes
diff --git a/print/cups/Makefile b/print/cups/Makefile
index 336d357b548..139c29abf00 100644
--- a/print/cups/Makefile
+++ b/print/cups/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.90 2005/03/02 18:33:02 drochner Exp $
+# $NetBSD: Makefile,v 1.91 2005/04/11 21:47:06 tv Exp $
#
# The CUPS author is very good about taking back changes into the main
# CUPS distribution. The correct place to send patches or bug-fixes is:
@@ -31,7 +31,6 @@ CONFLICTS+= LPRng-[0-9]* LPRng-core-[0-9]*
WRKSRC= ${WRKDIR}/cups-${BASE_VERS}
UNLIMIT_RESOURCES= datasize memorysize
USE_LANGUAGES= c c++ # pdftops is a C++ application
-USE_BUILDLINK3= yes
USE_PKGINSTALL= yes
USE_PKGLOCALEDIR= yes
USE_GNU_TOOLS+= make
diff --git a/print/dvidvi/Makefile b/print/dvidvi/Makefile
index 7e38f4487d2..67c8fc57b74 100644
--- a/print/dvidvi/Makefile
+++ b/print/dvidvi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/06/27 13:36:57 grant Exp $
+# $NetBSD: Makefile,v 1.6 2005/04/11 21:47:06 tv Exp $
#
DISTNAME= dvidvi-1.0
@@ -8,7 +8,6 @@ MASTER_SITES= ftp://sunsite.univie.ac.at/pub/distfiles/
MAINTAINER= dillo@NetBSD.org
COMMENT= Select and/or rearrange pages in a TeX dvi file
-USE_BUILDLINK3= yes
NO_SRC_ON_FTP= Unable to determine distribution license
NO_SRC_ON_CDROM=Unable to determine distribution license
diff --git a/print/dvipdfm/Makefile b/print/dvipdfm/Makefile
index 39869f669b4..33ec4cb8012 100644
--- a/print/dvipdfm/Makefile
+++ b/print/dvipdfm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/04/02 17:21:02 hubertf Exp $
+# $NetBSD: Makefile,v 1.17 2005/04/11 21:47:06 tv Exp $
DISTNAME= dvipdfm-0.13.2c
PKGREVISION= 4
@@ -14,7 +14,6 @@ CONFLICTS+= ja-dvipdfm-[0-9]*
CONFLICTS+= teTeX-bin>=2.0 # Part of teTeX>=2.0
WRKSRC= ${WRKDIR}/dvipdfm
-USE_BUILDLINK3= yes
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --datadir=${PREFIX}/share
# needed to get the stdarg.h version of kpathsea/c-varargs.h instead of the
diff --git a/print/dvipdfmx/Makefile b/print/dvipdfmx/Makefile
index 03d477c968c..5b60e00f90b 100644
--- a/print/dvipdfmx/Makefile
+++ b/print/dvipdfmx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/10/03 00:18:04 tv Exp $
+# $NetBSD: Makefile,v 1.13 2005/04/11 21:47:06 tv Exp $
DISTNAME= dvipdfmx-20031116
PKGNAME= ${DISTNAME:S/-/-0.0.0./}
@@ -16,7 +16,6 @@ DEPENDS+= teTeX-bin>=2.0.2:../../print/teTeX-bin
CONFLICTS+= dvipdfm-[0-9]*
CONFLICTS+= ja-dvipdfm-[0-9]*
-USE_BUILDLINK3= YES
USE_PKGINSTALL= YES
DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL
INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL
diff --git a/print/dvipng/Makefile b/print/dvipng/Makefile
index 08d7b6bd984..06f1d8b002b 100644
--- a/print/dvipng/Makefile
+++ b/print/dvipng/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/03/23 21:59:32 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2005/04/11 21:47:06 tv Exp $
DISTNAME= dvipng-1.0
PKGREVISION= 2
@@ -9,7 +9,6 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://dvipng.sourceforge.net/dvipng.html
COMMENT= Convert DVI files to PNG files
-USE_BUILDLINK3= yes
USE_MAKEINFO= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
diff --git a/print/enscript/Makefile b/print/enscript/Makefile
index b6aa7d551d0..853a6dfa064 100644
--- a/print/enscript/Makefile
+++ b/print/enscript/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2005/03/17 12:24:13 salo Exp $
+# $NetBSD: Makefile,v 1.28 2005/04/11 21:47:07 tv Exp $
#
DISTNAME= enscript-1.6.3
@@ -13,7 +13,6 @@ COMMENT= ASCII-to-PostScript filter
DEPENDS+= papersize-[0-9]*:../../print/papersize
GNU_CONFIGURE= yes
-USE_BUILDLINK3= yes
USE_PKGLOCALEDIR= yes
USE_PKGINSTALL= yes
USE_GNU_TOOLS+= make
diff --git a/print/ggv/Makefile b/print/ggv/Makefile
index 733329bb56d..cf1ab204349 100644
--- a/print/ggv/Makefile
+++ b/print/ggv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2004/10/03 00:18:04 tv Exp $
+# $NetBSD: Makefile,v 1.51 2005/04/11 21:47:07 tv Exp $
#
DISTNAME= ggv-1.0.2
@@ -13,7 +13,6 @@ COMMENT= GNOME frontend for GhostScript
BUILD_USES_MSGFMT= YES
GNU_CONFIGURE= YES
-USE_BUILDLINK3= YES
USE_DIRS+= xdg-1.1
USE_GNU_TOOLS+= make
USE_LIBTOOL= YES
diff --git a/print/ggv2/Makefile b/print/ggv2/Makefile
index 5c654fb1662..1e670cb8e7c 100644
--- a/print/ggv2/Makefile
+++ b/print/ggv2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2005/03/22 16:31:14 jmmv Exp $
+# $NetBSD: Makefile,v 1.41 2005/04/11 21:47:07 tv Exp $
#
DISTNAME= ggv-2.8.4
@@ -13,7 +13,6 @@ COMMENT= GNOME2 GhostScript frontend and PDF viewer
BUILD_USES_MSGFMT= YES
GNU_CONFIGURE= YES
-USE_BUILDLINK3= YES
USE_DIRS+= gnome2-1.5
USE_PKGLOCALEDIR= YES
USE_LIBTOOL= YES
diff --git a/print/ghostscript-esp/Makefile.common b/print/ghostscript-esp/Makefile.common
index 58cd840962c..12478726188 100644
--- a/print/ghostscript-esp/Makefile.common
+++ b/print/ghostscript-esp/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.20 2004/11/20 20:35:06 jlam Exp $
+# $NetBSD: Makefile.common,v 1.21 2005/04/11 21:47:07 tv Exp $
DISTNAME= espgs-${GS_VERS}-source
BASEGS_VERS= 7.07
@@ -22,7 +22,6 @@ CONFLICTS+= ghostscript-gnu{,-nox11,-x11}-[0-9]*
DEPENDS+= ghostscript-fonts-6.0:../../fonts/ghostscript-fonts
WRKSRC= ${WRKDIR}/${DISTNAME:S/-source//}
-USE_BUILDLINK3= yes
USE_PKGINSTALL= yes
USE_GNU_TOOLS+= make
GNU_CONFIGURE= yes
diff --git a/print/ghostscript-gnu/Makefile.common b/print/ghostscript-gnu/Makefile.common
index 862b50ac465..9b35094b439 100644
--- a/print/ghostscript-gnu/Makefile.common
+++ b/print/ghostscript-gnu/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.17 2005/01/25 12:59:48 tv Exp $
+# $NetBSD: Makefile.common,v 1.18 2005/04/11 21:47:07 tv Exp $
DISTNAME= ghostscript-${GS_VERS}
GS_VERS= 7.07
@@ -16,7 +16,6 @@ CONFLICTS+= ghostscript-gnu{,-nox11,-x11}-[0-9]*
DEPENDS+= ghostscript-fonts-6.0:../../fonts/ghostscript-fonts
-USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --with-ijs
diff --git a/print/ghostscript-nox11/Makefile.common b/print/ghostscript-nox11/Makefile.common
index ff57b4fd1eb..99e74f1c64e 100644
--- a/print/ghostscript-nox11/Makefile.common
+++ b/print/ghostscript-nox11/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.56 2004/12/03 15:15:07 wiz Exp $
+# $NetBSD: Makefile.common,v 1.57 2005/04/11 21:47:07 tv Exp $
DISTNAME= ghostscript-${GS_VERS}
GS_VERS= 6.01
@@ -19,7 +19,6 @@ DEPENDS+= ghostscript-fonts-6.0:../../fonts/ghostscript-fonts
DEPENDS+= watanabe-vfont-19930318:../../fonts/watanabe_vfont
WRKSRC= ${WRKDIR}/gs${GS_VERS}
-USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
GNU_CONFIGURE= yes
diff --git a/print/gimp-print-cups/Makefile b/print/gimp-print-cups/Makefile
index 9ceec17588c..f1ba04afc79 100644
--- a/print/gimp-print-cups/Makefile
+++ b/print/gimp-print-cups/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2004/12/28 23:18:16 reed Exp $
+# $NetBSD: Makefile,v 1.20 2005/04/11 21:47:07 tv Exp $
DISTNAME= gimp-print-4.2.7
PKGNAME= gimp-print-cups-4.2.7
@@ -10,7 +10,6 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://gimp-print.sourceforge.net/
COMMENT= GIMP print plugin
-USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
USE_LIBTOOL= yes
USE_PKGINSTALL= yes
diff --git a/print/gimp-print-escputil/Makefile b/print/gimp-print-escputil/Makefile
index d65dc6e784d..f90fe14c1be 100644
--- a/print/gimp-print-escputil/Makefile
+++ b/print/gimp-print-escputil/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/11/25 14:14:26 adam Exp $
+# $NetBSD: Makefile,v 1.19 2005/04/11 21:47:07 tv Exp $
DISTNAME= gimp-print-4.2.7
PKGNAME= gimp-print-escputil-4.2.7
@@ -13,7 +13,6 @@ COMMENT= Epson Stylus inkjet printer tool
BUILDLINK_DEPMETHOD.gimp-print-lib= build
CONFLICTS+= gimp<=1.2.3
-USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
diff --git a/print/gimp-print-ijs/Makefile b/print/gimp-print-ijs/Makefile
index 6c3af84bc22..1b4261a1b03 100644
--- a/print/gimp-print-ijs/Makefile
+++ b/print/gimp-print-ijs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/10/03 00:18:05 tv Exp $
+# $NetBSD: Makefile,v 1.16 2005/04/11 21:47:07 tv Exp $
DISTNAME= gimp-print-4.2.6
PKGNAME= gimp-print-ijs-4.2.6
@@ -10,7 +10,6 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://gimp-print.sourceforge.net/
COMMENT= GIMP print IJS server
-USE_BUILDLINK3= yes
USE_LIBTOOL= # defined
USE_GNU_TOOLS+= make
diff --git a/print/gimp-print-lib/Makefile b/print/gimp-print-lib/Makefile
index d85593015b8..cf0559adb26 100644
--- a/print/gimp-print-lib/Makefile
+++ b/print/gimp-print-lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2004/10/03 00:18:05 tv Exp $
+# $NetBSD: Makefile,v 1.26 2005/04/11 21:47:07 tv Exp $
DISTNAME= gimp-print-4.2.7
PKGNAME= gimp-print-lib-4.2.7
@@ -10,7 +10,6 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://gimp-print.sourceforge.net/
COMMENT= Drivers for Canon, Epson, Lexmark, and PCL printers
-USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make lex
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
diff --git a/print/gimp-print/Makefile b/print/gimp-print/Makefile
index f1ec39b0a89..6f998a0cff4 100644
--- a/print/gimp-print/Makefile
+++ b/print/gimp-print/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2004/10/03 00:18:04 tv Exp $
+# $NetBSD: Makefile,v 1.23 2005/04/11 21:47:07 tv Exp $
DISTNAME= gimp-print-4.2.7
PKGREVISION= 1
@@ -11,7 +11,6 @@ COMMENT= GIMP print plugin
CONFLICTS+= gimp<=1.2.3
-USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
USE_LIBTOOL= yes
USE_X11= yes
diff --git a/print/glabels/Makefile b/print/glabels/Makefile
index 35319042c97..44460a71af8 100644
--- a/print/glabels/Makefile
+++ b/print/glabels/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/12/14 20:34:42 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2005/04/11 21:47:07 tv Exp $
#
DISTNAME= glabels-2.0.1
@@ -10,7 +10,6 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://glabels.sourceforge.net/
COMMENT= Program for creating labels and business cards for GNOME
-USE_BUILDLINK3= yes
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
USE_DIRS+= gnome2-1.5
diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile
index 38c43a0bb28..ef858184b9d 100644
--- a/print/gnome-print/Makefile
+++ b/print/gnome-print/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2005/02/09 20:16:58 wiz Exp $
+# $NetBSD: Makefile,v 1.67 2005/04/11 21:47:07 tv Exp $
DISTNAME= gnome-print-0.37
CATEGORIES= print gnome
@@ -8,7 +8,6 @@ MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://www.levien.com/gnome/print-arch.html
COMMENT= Prototype implementation of the Gnome Printing Architecture
-USE_BUILDLINK3= YES
USE_DIRS+= gnome1-1.5
USE_PKGLOCALEDIR= YES
USE_X11= YES
diff --git a/print/gpdf/Makefile b/print/gpdf/Makefile
index 1d6d63fb5a2..faf10157f7c 100644
--- a/print/gpdf/Makefile
+++ b/print/gpdf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2005/03/22 16:32:56 jmmv Exp $
+# $NetBSD: Makefile,v 1.24 2005/04/11 21:47:07 tv Exp $
#
DISTNAME= gpdf-2.10.0
@@ -12,7 +12,6 @@ COMMENT= GNOME 2 version of xpdf
BUILD_USES_MSGFMT= yes
-USE_BUILDLINK3= yes
USE_DIRS+= gnome2-1.5
USE_GNU_TOOLS+= make
USE_PKGLOCALEDIR= yes
diff --git a/print/gv/Makefile b/print/gv/Makefile
index 84cb13434f0..8f7b7c2592e 100644
--- a/print/gv/Makefile
+++ b/print/gv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2005/03/24 21:12:59 wiz Exp $
+# $NetBSD: Makefile,v 1.51 2005/04/11 21:47:07 tv Exp $
DISTNAME= gv-3.6.1
CATEGORIES= print
@@ -9,7 +9,6 @@ HOMEPAGE= http://www.gnu.org/software/gv/
COMMENT= PostScript and PDF previewer
GNU_CONFIGURE= yes
-USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
USE_X11= yes
diff --git a/print/hpijs/Makefile b/print/hpijs/Makefile
index 2b31e2f03e7..9feec357fcb 100644
--- a/print/hpijs/Makefile
+++ b/print/hpijs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/11/19 19:15:46 jdolecek Exp $
+# $NetBSD: Makefile,v 1.17 2005/04/11 21:47:07 tv Exp $
DISTNAME= hpijs-1.7.1
PKGREVISION= # empty
@@ -11,7 +11,6 @@ COMMENT= HP inkjet printer driver server
CONFLICTS= ghostscript<=6.01nb4 ghostscript-nox11<=6.01nb4
-USE_BUILDLINK3= yes
USE_LANGUAGES= c c++
GNU_CONFIGURE= # defined
CPPFLAGS+= -DAPDK_BUFFER_SEND
diff --git a/print/ijs/Makefile b/print/ijs/Makefile
index d5b2aa681dc..6744a45deed 100644
--- a/print/ijs/Makefile
+++ b/print/ijs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/12/03 15:15:07 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2005/04/11 21:47:07 tv Exp $
DISTNAME= ijs-0.34
PKGREVISION= 1
@@ -9,7 +9,6 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.linuxprinting.org/ijs/
COMMENT= Protocol library for raster page transmission
-USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
USE_LIBTOOL= # defined
GNU_CONFIGURE= # defined
diff --git a/print/img2eps/Makefile b/print/img2eps/Makefile
index 30aea06e2bf..ee522e221db 100644
--- a/print/img2eps/Makefile
+++ b/print/img2eps/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/12/28 23:18:17 reed Exp $
+# $NetBSD: Makefile,v 1.9 2005/04/11 21:47:08 tv Exp $
#
DISTNAME= img2eps-0.1
@@ -12,7 +12,6 @@ MAINTAINER= dillo@giga.or.at
HOMEPAGE= http://www.nih.at/img2eps/
COMMENT= Convert raster images to EPS files
-USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
TEST_TARGET= check
diff --git a/print/imposter/Makefile b/print/imposter/Makefile
index e8ecfd0440d..00d9d8e93d6 100644
--- a/print/imposter/Makefile
+++ b/print/imposter/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/12/14 20:34:42 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2005/04/11 21:47:08 tv Exp $
#
DISTNAME= imposter-0.2
@@ -13,7 +13,6 @@ COMMENT= Standalone OpenOffice presentations viewer using GTK2
BUILD_USES_MSGFMT= yes
GNU_CONFIGURE= yes
-USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
USE_PKGLOCALEDIR= yes
USE_X11= yes
diff --git a/print/ja-dvipdfm/Makefile b/print/ja-dvipdfm/Makefile
index 62ce3add10f..c358b923ce1 100644
--- a/print/ja-dvipdfm/Makefile
+++ b/print/ja-dvipdfm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/10/03 00:18:05 tv Exp $
+# $NetBSD: Makefile,v 1.12 2005/04/11 21:47:08 tv Exp $
DISTNAME= dvipdfm-0.13.2c
PKGNAME= ja-${DISTNAME}
@@ -19,7 +19,6 @@ CONFLICTS+= dvipdfmx-[0-9]*
CONFLICTS+= teTeX-bin>=2.0
WRKSRC= ${WRKDIR}/dvipdfm
-USE_BUILDLINK3= yes
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+=--datadir=${PREFIX}/share
diff --git a/print/ja-vflib-lib/Makefile.common b/print/ja-vflib-lib/Makefile.common
index b057b5c35c0..6b805cf5fb6 100644
--- a/print/ja-vflib-lib/Makefile.common
+++ b/print/ja-vflib-lib/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2005/03/24 21:13:00 wiz Exp $
+# $NetBSD: Makefile.common,v 1.7 2005/04/11 21:47:08 tv Exp $
DISTNAME= VFlib2-${VFLIB_VERSION}
CATEGORIES+= japanese print
@@ -14,7 +14,6 @@ VFLIB_VERSION= 2.24.2
PLIST_SUBST+= VFLIB_VERSION=${VFLIB_VERSION}
PLIST_SUBST+= VFLIB_SO_VERSION=${VFLIB_VERSION:C/^2.//}
-USE_BUILDLINK3= yes
USE_LIBTOOL= # defined
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
diff --git a/print/ja-vfxdvik/Makefile b/print/ja-vfxdvik/Makefile
index ff9e00b1a6e..1185341cc5e 100644
--- a/print/ja-vfxdvik/Makefile
+++ b/print/ja-vfxdvik/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/10/03 00:18:05 tv Exp $
+# $NetBSD: Makefile,v 1.13 2005/04/11 21:47:08 tv Exp $
DISTNAME= xdvik-${XDVIK_ORIGINAL_VERS}
PKGNAME= ja-vfxdvik-${XDVIK_ORIGINAL_VERS}.${XDVIK_JP_PATCH_VERS}
@@ -25,7 +25,6 @@ DEPENDS+= ja-ptex-bin>=3.1.2:../../print/ja-ptex-bin
XDVI_DIR= ${WRKDIR}/${DISTNAME}/texk/xdvik
-USE_BUILDLINK3= YES
USE_GNU_TOOLS+= make
USE_X11= YES
USE_LIBTOOL= YES
diff --git a/print/libgnomecups/Makefile b/print/libgnomecups/Makefile
index d75369c049d..3be8af93430 100644
--- a/print/libgnomecups/Makefile
+++ b/print/libgnomecups/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/03/22 16:02:08 jmmv Exp $
+# $NetBSD: Makefile,v 1.7 2005/04/11 21:47:08 tv Exp $
#
DISTNAME= libgnomecups-0.2.0
@@ -10,7 +10,6 @@ HOMEPAGE= http://www.gnome.org/
COMMENT= GNOME interface to CUPS
GNU_CONFIGURE= YES
-USE_BUILDLINK3= YES
USE_LIBTOOL= YES
PKGCONFIG_OVERRIDE= libgnomecups-1.0.pc.in
diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile
index 54de8092c67..c36f25d028d 100644
--- a/print/libgnomeprint/Makefile
+++ b/print/libgnomeprint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2005/03/25 16:34:47 jmmv Exp $
+# $NetBSD: Makefile,v 1.39 2005/04/11 21:47:08 tv Exp $
#
DISTNAME= libgnomeprint-2.10.2
@@ -12,7 +12,6 @@ COMMENT= Library for the GNOME2 Printing Architecture
BUILD_USES_MSGFMT= YES
-USE_BUILDLINK3= YES
USE_GNU_TOOLS+= make
USE_PKGLOCALEDIR= YES
USE_X11= YES
diff --git a/print/libgnomeprintui/Makefile b/print/libgnomeprintui/Makefile
index a34f7f6d1b3..301c78713b3 100644
--- a/print/libgnomeprintui/Makefile
+++ b/print/libgnomeprintui/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2005/03/25 16:34:47 jmmv Exp $
+# $NetBSD: Makefile,v 1.33 2005/04/11 21:47:08 tv Exp $
#
DISTNAME= libgnomeprintui-2.10.2
@@ -13,7 +13,6 @@ COMMENT= Graphical library for the GNOME2 Printing Architecture
BUILD_USES_MSGFMT= YES
GNU_CONFIGURE= YES
-USE_BUILDLINK3= YES
USE_PKGLOCALEDIR= YES
USE_GNU_TOOLS+= make
USE_X11= YES
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile
index 954630dbc4c..73b9b49abad 100644
--- a/print/lilypond/Makefile
+++ b/print/lilypond/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2005/02/10 12:06:47 jmmv Exp $
+# $NetBSD: Makefile,v 1.32 2005/04/11 21:47:08 tv Exp $
#
DISTNAME= lilypond-2.4.3
@@ -16,7 +16,6 @@ BUILD_DEPENDS+= bison>=1.875nb1:../../devel/bison
BUILDLINK_DEPENDS.mftrace+= mftrace>=1.1.0
GNU_CONFIGURE= YES
-USE_BUILDLINK3= YES
USE_PKGLOCALEDIR= YES
USE_LANGUAGES= c c++
USE_GNU_TOOLS+= make
diff --git a/print/mgv/Makefile b/print/mgv/Makefile
index 7df43b4d728..1fe94e8ef5a 100644
--- a/print/mgv/Makefile
+++ b/print/mgv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/10/03 00:18:06 tv Exp $
+# $NetBSD: Makefile,v 1.15 2005/04/11 21:47:08 tv Exp $
DISTNAME= mgv-3.1.5
PKGREVISION= 2
@@ -11,7 +11,6 @@ COMMENT= Motif/LessTif user interface for Ghostscript
GNU_CONFIGURE= yes
USE_X11BASE= yes
-USE_BUILDLINK3= yes
CONFIGURE_ARGS+= --with-motif-includes=${MOTIFBASE}/include
CONFIGURE_ARGS+= --with-motif-libs=${MOTIFBASE}/lib
diff --git a/print/mp/Makefile b/print/mp/Makefile
index 928abbf44f2..70f3c293486 100644
--- a/print/mp/Makefile
+++ b/print/mp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/10/03 00:18:06 tv Exp $
+# $NetBSD: Makefile,v 1.9 2005/04/11 21:47:08 tv Exp $
#
DISTNAME= mpdist-3.7.1
@@ -12,7 +12,6 @@ HOMEPAGE= http://mpdist.sourceforge.net/
COMMENT= PostScript pretty printer
GNU_CONFIGURE= yes
-USE_BUILDLINK3= yes
USE_LIBTOOL= yes
USE_X11= yes
diff --git a/print/mpage/Makefile b/print/mpage/Makefile
index 5fff7f83219..7a6ef766506 100644
--- a/print/mpage/Makefile
+++ b/print/mpage/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/12/03 15:15:07 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2005/04/11 21:47:08 tv Exp $
#
DISTNAME= mpage-2.5
@@ -9,7 +9,6 @@ EXTRACT_SUFX= .tgz
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Print multiple pages per sheet of paper
-USE_BUILDLINK3= yes
BUILD_TARGET= default
.include "../../mk/bsd.prefs.mk"
diff --git a/print/p5-PostScript-MailLabels/Makefile b/print/p5-PostScript-MailLabels/Makefile
index 79ef7dba6a6..ce1d333135f 100644
--- a/print/p5-PostScript-MailLabels/Makefile
+++ b/print/p5-PostScript-MailLabels/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/02/03 21:51:32 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2005/04/11 21:47:08 tv Exp $
DISTNAME= PostScript-MailLabels-2.10
PKGNAME= p5-${DISTNAME}
@@ -11,7 +11,6 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://oplnk.net/~ajackson/software/maillabels/
COMMENT= Create PostScript for printing on mailing label stock
-USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/PostScript/MailLabels/.packlist
REPLACE_PERL= ${WRKSRC}/demo/*.pl
diff --git a/print/papersize/Makefile b/print/papersize/Makefile
index d59fcc6082c..0177d2ca486 100644
--- a/print/papersize/Makefile
+++ b/print/papersize/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/02/17 12:50:30 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2005/04/11 21:47:08 tv Exp $
#
DISTNAME= papersize-1.0.8
@@ -14,7 +14,6 @@ EXTRACT_ONLY= # empty
USE_LANGUAGES= # empty
NO_CHECKSUM= yes
NO_CONFIGURE= yes
-NO_BUILDLINK= yes
USE_PKGINSTALL= yes
do-build:
diff --git a/print/pdflib/Makefile.common b/print/pdflib/Makefile.common
index 86541472379..07ff62f4d42 100644
--- a/print/pdflib/Makefile.common
+++ b/print/pdflib/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.14 2004/11/05 23:26:35 jdolecek Exp $
+# $NetBSD: Makefile.common,v 1.15 2005/04/11 21:47:08 tv Exp $
DISTNAME= pdflib-${PDFLIB_DIST_VERS}
PKGREVISION= 1
@@ -19,7 +19,6 @@ PDFLIB_BASE_VERS= 4.0.3
DISTINFO_FILE= ${.CURDIR}/../pdflib/distinfo
PATCHDIR= ${.CURDIR}/../pdflib/patches
-USE_BUILDLINK3= YES
USE_LIBTOOL= YES
USE_GNU_TOOLS+= make
GNU_CONFIGURE= YES
diff --git a/print/php-pdflib/Makefile b/print/php-pdflib/Makefile
index 9b4262d3652..f20b5c1e26e 100644
--- a/print/php-pdflib/Makefile
+++ b/print/php-pdflib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/11/25 20:23:40 jdolecek Exp $
+# $NetBSD: Makefile,v 1.3 2005/04/11 21:47:08 tv Exp $
MODNAME= pdflib
PKGMODNAME= pdf
@@ -7,7 +7,6 @@ CATEGORIES+= print
PKGREVISION= # empty
COMMENT= PHP extension for PDFlib on-the-fly PDF generation
-USE_BUILDLINK3= YES
CONFIGURE_ARGS+= --with-pdflib=shared,${BUILDLINK_PREFIX.pdflib}
diff --git a/print/pnm2ppa/Makefile b/print/pnm2ppa/Makefile
index b83da5345a4..ed68b00cbcd 100644
--- a/print/pnm2ppa/Makefile
+++ b/print/pnm2ppa/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/04/25 02:48:37 snj Exp $
+# $NetBSD: Makefile,v 1.10 2005/04/11 21:47:09 tv Exp $
#
DISTNAME= pnm2ppa-1.12
@@ -9,7 +9,6 @@ MAINTAINER= kei@NetBSD.org
HOMEPAGE= http://pnm2ppa.sourceforge.net/
COMMENT= Filter to convert PNM file to PPA used by some HP DJ printer
-USE_BUILDLINK3= yes
USE_PKGINSTALL= yes
CONF_FILES= ${PREFIX}/share/examples/pnm2ppa/pnm2ppa.conf \
${PKG_SYSCONFDIR}/pnm2ppa.conf
diff --git a/print/psify/Makefile b/print/psify/Makefile
index 1a26c5360f0..c18cc9f2b06 100644
--- a/print/psify/Makefile
+++ b/print/psify/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/07/10 13:55:09 salo Exp $
+# $NetBSD: Makefile,v 1.8 2005/04/11 21:47:09 tv Exp $
#
DISTNAME= psify-19980216
@@ -15,7 +15,6 @@ DIST_SUBDIR= psify
EXTRACT_ONLY= #empty
NO_CONFIGURE= yes
-USE_BUILDLINK3= yes
USE_GNU_TOOLS+= lex
INSTALL_TARGET= install prefix=${PREFIX}
diff --git a/print/psutils/Makefile b/print/psutils/Makefile
index a6ef096e887..f0805854230 100644
--- a/print/psutils/Makefile
+++ b/print/psutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2005/03/24 21:13:00 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2005/04/11 21:47:09 tv Exp $
DISTNAME= psutils-p17
PKGNAME= psutils-1.17
@@ -13,7 +13,6 @@ COMMENT= Utilities for manipulating PostScript documents
DEPENDS+= papersize-[0-9]*:../../print/papersize
WRKSRC= ${WRKDIR}/psutils
-USE_BUILDLINK3= yes
USE_PERL5= yes
USE_PKGINSTALL= yes
diff --git a/print/py-reportlab-renderPM/Makefile b/print/py-reportlab-renderPM/Makefile
index 2a00f2826c7..a128df3ef0e 100644
--- a/print/py-reportlab-renderPM/Makefile
+++ b/print/py-reportlab-renderPM/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/10/03 00:18:06 tv Exp $
+# $NetBSD: Makefile,v 1.8 2005/04/11 21:47:09 tv Exp $
#
DISTNAME= renderPM-0-9
@@ -15,7 +15,6 @@ COMMENT= Pixmap rendering for reportlab
WRKSRC= ${WRKDIR}
PYBINMODULE= yes
PYDISTUTILSPKG= yes
-USE_BUILDLINK3= yes
.include "../../lang/python/extension.mk"
.include "../../graphics/py-imaging/buildlink3.mk"
diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile
index 82f672c0960..b289bffcdff 100644
--- a/print/py-reportlab/Makefile
+++ b/print/py-reportlab/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2005/01/21 15:18:58 drochner Exp $
+# $NetBSD: Makefile,v 1.25 2005/04/11 21:47:09 tv Exp $
#
DISTNAME= ReportLab_1_20
@@ -14,7 +14,6 @@ COMMENT= Powerful PDF-generating toolkit for Python
WRKSRC= ${WRKDIR}/reportlab_1_20/reportlab
PYBINMODULE= yes
PYDISTUTILSPKG= yes
-USE_BUILDLINK3= yes
.include "../../lang/python/extension.mk"
.include "../../textproc/py-xml/buildlink3.mk"
diff --git a/print/rlpr/Makefile b/print/rlpr/Makefile
index 649408e7d7e..23be034e158 100644
--- a/print/rlpr/Makefile
+++ b/print/rlpr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2005/03/24 17:12:17 tv Exp $
+# $NetBSD: Makefile,v 1.3 2005/04/11 21:47:09 tv Exp $
DISTNAME= rlpr-2.06
PKGREVISION= 1
@@ -10,7 +10,6 @@ HOMEPAGE= http://truffula.com/rlpr
COMMENT= lpr work-alike to print directly to remote printer
GNU_CONFIGURE= YES
-USE_BUILDLINK3= YES
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
diff --git a/print/scribus/Makefile b/print/scribus/Makefile
index 0e5d5245573..7c371a945f4 100644
--- a/print/scribus/Makefile
+++ b/print/scribus/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2005/03/31 19:15:23 drochner Exp $
+# $NetBSD: Makefile,v 1.22 2005/04/11 21:47:09 tv Exp $
DISTNAME= scribus-1.2.1
CATEGORIES= print
@@ -9,7 +9,6 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.scribus.net/
COMMENT= Publishing layout with graphical interface
-USE_BUILDLINK3= yes
USE_X11= # defined
USE_GNU_TOOLS+= make
PTHREAD_OPTS+= require
diff --git a/print/teTeX-bin/Makefile.common b/print/teTeX-bin/Makefile.common
index effff8a563e..29cd6d52e36 100644
--- a/print/teTeX-bin/Makefile.common
+++ b/print/teTeX-bin/Makefile.common
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile.common,v 1.6 2005/02/04 01:48:51 minskim Exp $
+# $NetBSD: Makefile.common,v 1.7 2005/04/11 21:47:09 tv Exp $
TETEX_BIN_VERS= 2.0.2
DIST_SUBDIR= teTeX
BUILD_TARGET= all
INSTALL_TARGET= install strip
-USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
USE_LANGUAGES= c c++
USE_PKGINSTALL= yes
diff --git a/print/teTeX/Makefile b/print/teTeX/Makefile
index 9e6151352fc..63f7173d23b 100644
--- a/print/teTeX/Makefile
+++ b/print/teTeX/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2004/06/05 21:56:47 reed Exp $
+# $NetBSD: Makefile,v 1.37 2005/04/11 21:47:09 tv Exp $
#
DISTNAME= teTeX-2.0.2
@@ -17,7 +17,6 @@ DEPENDS+= texi2html>=1.52:../../textproc/texi2html
CONFLICTS+= teTeX2-[0-9]*
-NO_BUILDLINK= yes
USE_X11= yes
EXTRACT_ONLY= # empty
NO_CHECKSUM= yes
diff --git a/print/teTeX1-bin/Makefile b/print/teTeX1-bin/Makefile
index eee5213b3ce..07570a696e5 100644
--- a/print/teTeX1-bin/Makefile
+++ b/print/teTeX1-bin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/02/21 20:26:13 hubertf Exp $
+# $NetBSD: Makefile,v 1.14 2005/04/11 21:47:09 tv Exp $
DISTNAME= teTeX-src-1.0.7
PKGNAME= teTeX-bin-1.0.7
@@ -22,7 +22,6 @@ DIST_SUBDIR= teTeX
BUILD_TARGET= all
INSTALL_TARGET= install strip
-USE_BUILDLINK3= yes
USE_PKGINSTALL= yes
USE_GNU_TOOLS+= make
USE_LANGUAGES= c c++
diff --git a/print/teTeX1-share/Makefile b/print/teTeX1-share/Makefile
index cbab326a4ee..c1d9086a504 100644
--- a/print/teTeX1-share/Makefile
+++ b/print/teTeX1-share/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/02/21 20:26:13 hubertf Exp $
+# $NetBSD: Makefile,v 1.6 2005/04/11 21:47:09 tv Exp $
#
DISTNAME= teTeX-texmf-1.0.2
@@ -15,7 +15,6 @@ CONFLICTS+= teTeX2-share-[2-9]*
WRKSRC= ${WRKDIR}
DIST_SUBDIR= teTeX
-USE_BUILDLINK3= yes
EXTRACT_ONLY= # empty
NO_CONFIGURE= yes
NO_BUILD= yes
diff --git a/print/teTeX1/Makefile b/print/teTeX1/Makefile
index 5cac046fde6..579a373e989 100644
--- a/print/teTeX1/Makefile
+++ b/print/teTeX1/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/02/21 20:26:14 hubertf Exp $
+# $NetBSD: Makefile,v 1.6 2005/04/11 21:47:09 tv Exp $
#
DISTNAME= teTeX-1.0.7
@@ -15,7 +15,6 @@ DEPENDS+= teTeX-bin-1.0.[7-9]*:../teTeX1-bin
DEPENDS+= teTeX-sharesrc-1.0.[1-9]*:../teTeX1-sharesrc
DEPENDS+= texi2html>=1.52:../../textproc/texi2html
-NO_BUILDLINK= yes
USE_X11= yes
EXTRACT_ONLY= # empty
NO_CHECKSUM= yes
diff --git a/print/teTeX3-bin/Makefile.common b/print/teTeX3-bin/Makefile.common
index 4032d3a8f46..f789a7d69f8 100644
--- a/print/teTeX3-bin/Makefile.common
+++ b/print/teTeX3-bin/Makefile.common
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile.common,v 1.1.1.1 2005/03/31 22:09:18 hubertf Exp $
+# $NetBSD: Makefile.common,v 1.2 2005/04/11 21:47:09 tv Exp $
TETEX_BIN_VERS= 3.0
DIST_SUBDIR= teTeX
BUILD_TARGET= all
INSTALL_TARGET= install strip
-USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
USE_LANGUAGES= c c++
USE_PKGINSTALL= yes
diff --git a/print/transfig/Makefile b/print/transfig/Makefile
index 03ca05c361c..05b8c3bd995 100644
--- a/print/transfig/Makefile
+++ b/print/transfig/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2004/10/03 00:18:07 tv Exp $
+# $NetBSD: Makefile,v 1.26 2005/04/11 21:47:09 tv Exp $
#
DISTNAME= transfig.3.2.4
@@ -10,7 +10,6 @@ MASTER_SITES= ftp://epb.lbl.gov/xfig/
MAINTAINER= root@garbled.net
COMMENT= TeX document creation tool utilizing portable graphics
-USE_BUILDLINK3= YES
USE_IMAKE= YES
.include "../../mk/bsd.prefs.mk"
diff --git a/print/xpdf/Makefile b/print/xpdf/Makefile
index 51d5a559b83..26e8598a258 100644
--- a/print/xpdf/Makefile
+++ b/print/xpdf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2005/01/19 10:01:03 drochner Exp $
+# $NetBSD: Makefile,v 1.36 2005/04/11 21:47:09 tv Exp $
DISTNAME= xpdf-3.00
PKGNAME= ${DISTNAME}pl3
@@ -21,7 +21,6 @@ DEPENDS+= ghostscript-fonts-[0-9]*:../../fonts/ghostscript-fonts
CONFLICTS= xpdf-crypto-[0-9]*
-USE_BUILDLINK3= YES
USE_PKGINSTALL= YES
USE_X11= YES
USE_LANGUAGES= c c++
diff --git a/print/xpp/Makefile b/print/xpp/Makefile
index b26b063cfaf..a6112f5e405 100644
--- a/print/xpp/Makefile
+++ b/print/xpp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2004/10/03 00:18:07 tv Exp $
+# $NetBSD: Makefile,v 1.28 2005/04/11 21:47:09 tv Exp $
DISTNAME= xpp-1.1
PKGREVISION= 5
@@ -9,7 +9,6 @@ MAINTAINER= jlam@NetBSD.org
HOMEPAGE= http://cups.sourceforge.net/xpp/index.html
COMMENT= X Printing Panel
-USE_BUILDLINK3= yes
USE_X11= yes
USE_GNU_TOOLS+= make
GNU_CONFIGURE= yes