summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archivers/bicom/Makefile4
-rw-r--r--archivers/bunzip/Makefile4
-rw-r--r--archivers/lha/Makefile4
-rw-r--r--archivers/macutil/Makefile4
-rw-r--r--archivers/pax/Makefile4
-rw-r--r--archivers/ppunpack/Makefile4
-rw-r--r--archivers/rar/Makefile4
-rw-r--r--archivers/squsq/Makefile4
-rw-r--r--archivers/unarj/Makefile4
-rw-r--r--archivers/undms/Makefile4
-rw-r--r--archivers/unlzx/Makefile4
-rw-r--r--archivers/xbin/Makefile4
-rw-r--r--archivers/zip/Makefile4
-rw-r--r--audio/audacity/Makefile4
-rw-r--r--audio/gsm/Makefile4
-rw-r--r--audio/id3lib/Makefile4
-rw-r--r--audio/libmikmod/Makefile6
-rw-r--r--comms/gkermit/Makefile4
-rw-r--r--comms/lrzsz/Makefile4
-rw-r--r--comms/pilot-link-libs/Makefile4
-rw-r--r--devel/acunia-jam/Makefile4
-rw-r--r--devel/libproplist/Makefile4
-rw-r--r--devel/readline/Makefile4
-rw-r--r--devel/rx/Makefile4
-rw-r--r--devel/zlib/Makefile4
-rw-r--r--finance/gkrellm1-stock/Makefile4
-rw-r--r--games/baduki/Makefile4
-rw-r--r--games/bridge-hands/Makefile4
-rw-r--r--games/netmaj/Makefile4
-rw-r--r--games/omega/Makefile4
-rw-r--r--games/xracer/Makefile4
-rw-r--r--graphics/aalib-x11/Makefile4
-rw-r--r--graphics/cnxtview/Makefile4
-rw-r--r--graphics/compface/Makefile4
-rw-r--r--graphics/cpia2view/Makefile4
-rw-r--r--graphics/freetype-lib/Makefile.common4
-rw-r--r--graphics/gqview/Makefile4
-rw-r--r--graphics/mpeg2codec/Makefile4
-rw-r--r--graphics/qcamview/Makefile4
-rw-r--r--graphics/xpm/Makefile4
-rw-r--r--inputmethod/canna-server/Makefile4
-rw-r--r--inputmethod/canna/Makefile.common4
-rw-r--r--lang/f2c/Makefile4
-rw-r--r--math/capc-calc/Makefile4
-rw-r--r--meta-pkgs/xfce4/Makefile.common4
-rw-r--r--misc/dialog/Makefile4
-rw-r--r--net/gkrellm-ping/Makefile4
-rw-r--r--pkgtools/pkg_install-info/Makefile4
-rw-r--r--security/pam-smbpass/Makefile4
-rw-r--r--security/rats/Makefile4
-rw-r--r--security/zebedee/Makefile4
-rw-r--r--sysutils/cdrecord/Makefile4
-rw-r--r--sysutils/psmisc/Makefile4
-rw-r--r--www/neon/Makefile4
-rw-r--r--x11/fox/Makefile4
-rw-r--r--x11/wmessage/Makefile4
56 files changed, 113 insertions, 113 deletions
diff --git a/archivers/bicom/Makefile b/archivers/bicom/Makefile
index 09fe67ac06b..7dd41981b90 100644
--- a/archivers/bicom/Makefile
+++ b/archivers/bicom/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/03/11 18:03:49 xtraeme Exp $
+# $NetBSD: Makefile,v 1.16 2004/03/23 04:40:59 jlam Exp $
#
DISTNAME= bicom101
@@ -14,7 +14,7 @@ COMMENT= Data compressor in the PPM family
LICENSE= no-commercial-use
WRKSRC= ${WRKDIR}
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
USE_GCC_SHLIB= yes
do-build:
diff --git a/archivers/bunzip/Makefile b/archivers/bunzip/Makefile
index 57c1a37ee83..ab1d2b8aafd 100644
--- a/archivers/bunzip/Makefile
+++ b/archivers/bunzip/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/03/11 18:03:49 xtraeme Exp $
+# $NetBSD: Makefile,v 1.13 2004/03/23 04:40:59 jlam Exp $
DISTNAME= bunzip021.c
PKGNAME= bunzip-0.21
@@ -11,7 +11,7 @@ HOMEPAGE= http://www.muraroa.demon.co.uk/
COMMENT= Decompressor for bzip .bz files
WRKSRC= ${WRKDIR}
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
do-build:
cd ${WRKSRC} && ${CC} ${CFLAGS} -o bunzip ${DISTNAME}
diff --git a/archivers/lha/Makefile b/archivers/lha/Makefile
index b63a2cbf4c8..6706f66640a 100644
--- a/archivers/lha/Makefile
+++ b/archivers/lha/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/03/11 18:03:50 xtraeme Exp $
+# $NetBSD: Makefile,v 1.18 2004/03/23 04:40:59 jlam Exp $
DISTNAME= lha-114i
PKGNAME= lha-114.9
@@ -10,7 +10,7 @@ MASTER_SITES= http://www2m.biglobe.ne.jp/~dolphin/lha/prog/ \
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Archive files using LZW compression (.lzh files)
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
MAKE_FLAGS= MAKE="${MAKE_PROGRAM}"
diff --git a/archivers/macutil/Makefile b/archivers/macutil/Makefile
index 7ad3602e9f4..1400029fe21 100644
--- a/archivers/macutil/Makefile
+++ b/archivers/macutil/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/03/11 18:03:50 xtraeme Exp $
+# $NetBSD: Makefile,v 1.16 2004/03/23 04:40:59 jlam Exp $
DISTNAME= macutil2.0b3
PKGNAME= macutil-2.0b3
@@ -13,7 +13,7 @@ MAKEFILE= makefile
MAKE_ENV+= CF="${CFLAGS}"
WRKSRC= ${WRKDIR}/macutil
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/macunpack/macunpack \
diff --git a/archivers/pax/Makefile b/archivers/pax/Makefile
index a1f74cde3b7..9a70cf87895 100644
--- a/archivers/pax/Makefile
+++ b/archivers/pax/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/03/11 18:03:50 xtraeme Exp $
+# $NetBSD: Makefile,v 1.12 2004/03/23 04:40:59 jlam Exp $
#
DISTNAME= pax-20031220
@@ -10,7 +10,7 @@ MAINTAINER= grant@NetBSD.org
HOMEPAGE= http://www.NetBSD.org/
COMMENT= POSIX standard archiver with many extensions
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
GNU_CONFIGURE= # defined
NO_PKGTOOLS_REQD_CHECK= # defined
diff --git a/archivers/ppunpack/Makefile b/archivers/ppunpack/Makefile
index 75470668e2e..1ebfb219b37 100644
--- a/archivers/ppunpack/Makefile
+++ b/archivers/ppunpack/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/03/11 18:03:50 xtraeme Exp $
+# $NetBSD: Makefile,v 1.13 2004/03/23 04:40:59 jlam Exp $
DISTNAME= ppsmall-1.0
PKGNAME= ppunpack-1.0
@@ -11,7 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Decompresses Amiga PowerPacker files
WRKSRC= ${WRKDIR}/PPUnpack
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
MAKE_FLAGS= CC="${CC}" COPTS="${CFLAGS}"
ALL_TARGET= ppunpack
diff --git a/archivers/rar/Makefile b/archivers/rar/Makefile
index 41265bb3eda..e43eecd9c8b 100644
--- a/archivers/rar/Makefile
+++ b/archivers/rar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2004/03/11 18:03:50 xtraeme Exp $
+# $NetBSD: Makefile,v 1.37 2004/03/23 04:40:59 jlam Exp $
# FreeBSD Id: Makefile,v 1.7 1997/08/10 22:31:27 fenner Exp
#
@@ -21,7 +21,7 @@ NO_BIN_ON_FTP= ${RESTRICTED}
WRKSRC= ${WRKDIR}
EXTRACT_CMD= ${DOWNLOADED_DISTFILE} >/dev/null
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
pre-extract:
@if [ -z "$$KERNEL" ]; then \
diff --git a/archivers/squsq/Makefile b/archivers/squsq/Makefile
index eccd38a22a3..c25f6836bfd 100644
--- a/archivers/squsq/Makefile
+++ b/archivers/squsq/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/03/11 18:03:50 xtraeme Exp $
+# $NetBSD: Makefile,v 1.10 2004/03/23 04:40:59 jlam Exp $
DISTNAME= t20-squsq-3.3
PKGNAME= squsq-3.3
@@ -11,7 +11,7 @@ COMMENT= Compressor/decompressor for CP/M Squeeze compressed files
MAKEFILE= ${FILESDIR}/Makefile
WRKSRC= ${WRKDIR}/t20-squsq
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sq ${WRKSRC}/usq ${PREFIX}/bin/
diff --git a/archivers/unarj/Makefile b/archivers/unarj/Makefile
index 53c732fc4ed..e4a02d0c659 100644
--- a/archivers/unarj/Makefile
+++ b/archivers/unarj/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/03/11 18:03:50 xtraeme Exp $
+# $NetBSD: Makefile,v 1.16 2004/03/23 04:40:59 jlam Exp $
DISTNAME= unarj-2.43
CATEGORIES= archivers
@@ -14,7 +14,7 @@ RESTRICTED= "Do not charge a fee for use, copying, or distribution"
NO_SRC_ON_CDROM=${RESTRICTED}
NO_BIN_ON_CDROM=${RESTRICTED}
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/unarj
diff --git a/archivers/undms/Makefile b/archivers/undms/Makefile
index a1cb5f52a57..a165b573ffd 100644
--- a/archivers/undms/Makefile
+++ b/archivers/undms/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/03/11 18:03:50 xtraeme Exp $
+# $NetBSD: Makefile,v 1.14 2004/03/23 04:40:59 jlam Exp $
DISTNAME= undms-1.3.c
PKGNAME= undms-1.3
@@ -11,7 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Converts .dms Amiga disk images to uncompressed .adf images
WRKSRC= ${WRKDIR}
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
do-build:
cd ${WRKSRC} && ${CC} ${CFLAGS} -o undms undms-1.3.c
diff --git a/archivers/unlzx/Makefile b/archivers/unlzx/Makefile
index 49c7cebf0b6..46a2fefeb44 100644
--- a/archivers/unlzx/Makefile
+++ b/archivers/unlzx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/03/11 18:03:50 xtraeme Exp $
+# $NetBSD: Makefile,v 1.15 2004/03/23 04:40:59 jlam Exp $
DISTNAME= unlzx.c
PKGNAME= unlzx-1.1
@@ -11,7 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Extracts .lzx archives from Amiga systems
WRKSRC= ${WRKDIR}
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
do-build:
cd ${WRKSRC} && ${CC} ${CFLAGS} -o unlzx unlzx.c
diff --git a/archivers/xbin/Makefile b/archivers/xbin/Makefile
index 3458f4bdfc0..0c0ba36fd7e 100644
--- a/archivers/xbin/Makefile
+++ b/archivers/xbin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/03/11 18:03:50 xtraeme Exp $
+# $NetBSD: Makefile,v 1.15 2004/03/23 04:40:59 jlam Exp $
#
DISTNAME= ${PRGNAME}unix
@@ -15,7 +15,7 @@ NO_SRC_ON_CDROM=${RESTRICTED}
NO_BIN_ON_CDROM=${RESTRICTED}
WRKSRC= ${WRKDIR}
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
PRGNAME= xbin
EXTRACT_ONLY= # empty
diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile
index 2b315d3c38c..a63e1f74170 100644
--- a/archivers/zip/Makefile
+++ b/archivers/zip/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2004/03/11 18:03:50 xtraeme Exp $
+# $NetBSD: Makefile,v 1.36 2004/03/23 04:41:00 jlam Exp $
# FreeBSD Id: Makefile,v 1.10 1997/04/27 16:06:15 ache Exp
#
@@ -35,7 +35,7 @@ ALL_TARGET= generic
CFLAGS+= -DHAVE_DIRENT_H
.endif
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
post-extract:
@cd ${WRKSRC} && ${LOCALBASE}/bin/unzip -qo ${DISTDIR}/zcrypt29.zip
diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile
index 72ce70f6b15..a7c84bf9cf4 100644
--- a/audio/audacity/Makefile
+++ b/audio/audacity/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2004/03/07 22:34:20 snj Exp $
+# $NetBSD: Makefile,v 1.24 2004/03/23 04:41:00 jlam Exp $
DISTNAME= audacity-src-1.0.0-2
PKGNAME= audacity-1.0.0.2
@@ -14,7 +14,7 @@ COMMENT= Audio editor
BUILD_DEPENDS+= zip-[0-9]*:../../archivers/zip
WRKSRC= ${WRKDIR}/audacity-src-1.0.0
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
USE_X11= # defined
diff --git a/audio/gsm/Makefile b/audio/gsm/Makefile
index c600b0ac831..c7fe4c31d7f 100644
--- a/audio/gsm/Makefile
+++ b/audio/gsm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2004/02/11 08:37:35 xtraeme Exp $
+# $NetBSD: Makefile,v 1.24 2004/03/23 04:41:00 jlam Exp $
#
DISTNAME= gsm-1.0.10
@@ -10,7 +10,7 @@ HOMEPAGE= http://kbs.cs.tu-berlin.de/~jutta/toast.html
COMMENT= Audio converter and library for converting u-law to gsm encoding
WRKSRC= ${WRKDIR}/gsm-1.0-pl10
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
USE_LIBTOOL= # defined
NO_CONFIGURE= # defined
diff --git a/audio/id3lib/Makefile b/audio/id3lib/Makefile
index 0f30f6b694c..5f6e143ce76 100644
--- a/audio/id3lib/Makefile
+++ b/audio/id3lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/02/16 01:33:37 minskim Exp $
+# $NetBSD: Makefile,v 1.18 2004/03/23 04:41:00 jlam Exp $
#
DISTNAME= id3lib-3.8.3
@@ -11,7 +11,7 @@ COMMENT= Library for manipulating ID3v1 and ID3v2 tags
USE_LANGUAGES= c c++
USE_GCC_SHLIB= # defined
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
GNU_CONFIGURE= # defined
USE_LIBTOOL= # defined
diff --git a/audio/libmikmod/Makefile b/audio/libmikmod/Makefile
index c5f965b8bee..bfcce8291ad 100644
--- a/audio/libmikmod/Makefile
+++ b/audio/libmikmod/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2004/02/14 17:21:33 jlam Exp $
+# $NetBSD: Makefile,v 1.29 2004/03/23 04:41:00 jlam Exp $
DISTNAME= libmikmod_3.1.10
PKGNAME= libmikmod-3.1.10
@@ -12,8 +12,8 @@ COMMENT= MikMod Sound Library
USE_GNU_TOOLS+= make
GNU_CONFIGURE= # defined
USE_LIBTOOL= # defined
-USE_BUILDLINK3= # defined
-USE_MAKEINFO= YES
+USE_BUILDLINK3= yes
+USE_MAKEINFO= yes
INFO_FILES= mikmod.info
WRKSRC= ${WRKDIR}/${PKGNAME}
diff --git a/comms/gkermit/Makefile b/comms/gkermit/Makefile
index f6d441fbf09..d0e60ed7050 100644
--- a/comms/gkermit/Makefile
+++ b/comms/gkermit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/02/21 08:18:14 minskim Exp $
+# $NetBSD: Makefile,v 1.16 2004/03/23 04:41:00 jlam Exp $
#
DISTNAME= gkermit
@@ -16,7 +16,7 @@ DIST_SUBDIR= gkermit-1.00
PKG_INSTALLATION_TYPES= overwrite pkgviews
WRKSRC= ${WRKDIR}
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
ALL_TARGET= posix
MAKEFILE= makefile
MAKE_ENV+= KFLAGS="${CFLAGS}"
diff --git a/comms/lrzsz/Makefile b/comms/lrzsz/Makefile
index 8e7ae9ac850..f93b62544b2 100644
--- a/comms/lrzsz/Makefile
+++ b/comms/lrzsz/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/02/21 08:19:57 minskim Exp $
+# $NetBSD: Makefile,v 1.16 2004/03/23 04:41:00 jlam Exp $
# FreeBSD Id: Makefile,v 1.5 1997/10/10 06:53:29 obrien Exp
DISTNAME= lrzsz-0.12.20
@@ -11,7 +11,7 @@ COMMENT= Receive/Send files via X/Y/ZMODEM protocol. (unrestrictive)
PKG_INSTALLATION_TYPES= overwrite pkgviews
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
USE_PKGLOCALEDIR= # defined
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --with-catgets
diff --git a/comms/pilot-link-libs/Makefile b/comms/pilot-link-libs/Makefile
index e5a21c389e5..a1aa540684b 100644
--- a/comms/pilot-link-libs/Makefile
+++ b/comms/pilot-link-libs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/02/14 18:31:23 minskim Exp $
+# $NetBSD: Makefile,v 1.11 2004/03/23 04:41:00 jlam Exp $
#
.include "../../comms/pilot-link/Makefile.common"
@@ -9,7 +9,7 @@ COMMENT= Libraries for talking to the 3Com Pilot PDA
CONFLICTS+= pilot-link-0.8.* pilot-link-0.9.[0-3]
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
MAKE_ENV+= PILIB="libsock/libpisock.la"
MAKE_ENV+= PICCLIB="libcc/libpicc.a"
diff --git a/devel/acunia-jam/Makefile b/devel/acunia-jam/Makefile
index eb09c91b895..64aa05df5cd 100644
--- a/devel/acunia-jam/Makefile
+++ b/devel/acunia-jam/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/03/11 17:42:34 xtraeme Exp $
+# $NetBSD: Makefile,v 1.9 2004/03/23 04:41:00 jlam Exp $
#
DISTNAME= acunia-jam-1.0
@@ -13,7 +13,7 @@ COMMENT= Acunia version of the program construction tool, like make(1)
CONFLICTS= jam-[0-9]*
WRKSRC= ${WRKDIR}/jam
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
DOCDIR= share/doc/${PKGBASE}
HTMLDIR= share/doc/html/${PKGBASE}
diff --git a/devel/libproplist/Makefile b/devel/libproplist/Makefile
index 697468ce118..596f9075358 100644
--- a/devel/libproplist/Makefile
+++ b/devel/libproplist/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/02/25 23:21:30 minskim Exp $
+# $NetBSD: Makefile,v 1.15 2004/03/23 04:41:00 jlam Exp $
DISTNAME= libPropList-0.10.1
PKGNAME= libproplist-0.10.1
@@ -9,7 +9,7 @@ MAINTAINER= jlam@NetBSD.org
COMMENT= GNUstep/OPENSTEP property lists compatibility library
GNU_CONFIGURE= # defined
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
USE_LIBTOOL= # defined
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
diff --git a/devel/readline/Makefile b/devel/readline/Makefile
index 4e941766f2e..3c87fa2c25b 100644
--- a/devel/readline/Makefile
+++ b/devel/readline/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2004/01/05 11:19:13 jlam Exp $
+# $NetBSD: Makefile,v 1.30 2004/03/23 04:41:00 jlam Exp $
#
DISTNAME= readline-4.3
@@ -16,7 +16,7 @@ COMMENT= GNU library that can recall and edit previous input
PKG_INSTALLATION_TYPES= overwrite pkgviews
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
GNU_CONFIGURE= # defined
USE_LIBTOOL= # defined
diff --git a/devel/rx/Makefile b/devel/rx/Makefile
index 4823870b5a7..24cfa49df74 100644
--- a/devel/rx/Makefile
+++ b/devel/rx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/02/22 16:48:11 minskim Exp $
+# $NetBSD: Makefile,v 1.14 2004/03/23 04:41:00 jlam Exp $
DISTNAME= rx-1.5
CATEGORIES= devel
@@ -9,7 +9,7 @@ MAINTAINER= jlam@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/rx/rx.html
COMMENT= Fast replacement for the GNU regex library
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
USE_LIBTOOL= # defined
GNU_CONFIGURE= # defined
diff --git a/devel/zlib/Makefile b/devel/zlib/Makefile
index fba831d4d3c..4863e0fcab7 100644
--- a/devel/zlib/Makefile
+++ b/devel/zlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2004/01/13 17:45:20 jmmv Exp $
+# $NetBSD: Makefile,v 1.24 2004/03/23 04:41:00 jlam Exp $
DISTNAME= zlib-1.2.1
CATEGORIES= devel
@@ -13,7 +13,7 @@ COMMENT= General purpose data compression library
PKG_INSTALLATION_TYPES= overwrite pkgviews
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
USE_LIBTOOL= # defined
HAS_CONFIGURE= # defined
INSTALLATION_DIRS= include lib man/man3
diff --git a/finance/gkrellm1-stock/Makefile b/finance/gkrellm1-stock/Makefile
index a5c1a61dfd8..e76e58fda46 100644
--- a/finance/gkrellm1-stock/Makefile
+++ b/finance/gkrellm1-stock/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/03/18 15:33:21 cube Exp $
+# $NetBSD: Makefile,v 1.5 2004/03/23 04:41:00 jlam Exp $
DISTNAME= gkrellstock-0.2
PKGNAME= gkrellm-stock-0.2
@@ -13,7 +13,7 @@ COMMENT= gkrellm stock ticker plugin
DEPENDS+= p5-finance-quote-1.*:../../finance/p5-finance-quote
WRKSRC= ${WRKDIR}/gkrellStock-0.2
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
USE_PERL5= # defined
do-configure:
diff --git a/games/baduki/Makefile b/games/baduki/Makefile
index 8b22d349649..a6c465cb246 100644
--- a/games/baduki/Makefile
+++ b/games/baduki/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2004/03/10 02:25:09 snj Exp $
+# $NetBSD: Makefile,v 1.31 2004/03/23 04:41:00 jlam Exp $
DISTNAME= baduki-0.2.9
PKGREVISION= 2
@@ -11,7 +11,7 @@ COMMENT= Go playing program based on xamigo
BUILD_USES_MSGFMT= # defined
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
USE_PKGLOCALEDIR= # defined
USE_X11= # defined
diff --git a/games/bridge-hands/Makefile b/games/bridge-hands/Makefile
index d5eaeccf212..9a9fccadb66 100644
--- a/games/bridge-hands/Makefile
+++ b/games/bridge-hands/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/03/10 02:35:22 snj Exp $
+# $NetBSD: Makefile,v 1.9 2004/03/23 04:41:00 jlam Exp $
DISTNAME= hands-2.0.bsd386
PKGNAME= bridge-hands-2.0
@@ -12,7 +12,7 @@ COMMENT= Generate hands for duplicate bridge
EXTRACT_ELEMENTS= hands/source
WRKSRC= ${WRKDIR}/hands/source
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
do-build:
cd ${WRKSRC}; ${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} \
diff --git a/games/netmaj/Makefile b/games/netmaj/Makefile
index f7404c6333c..fc9f6a37b60 100644
--- a/games/netmaj/Makefile
+++ b/games/netmaj/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/03/10 00:58:25 snj Exp $
+# $NetBSD: Makefile,v 1.9 2004/03/23 04:41:00 jlam Exp $
#
DISTNAME= netmaj-2.0.7
@@ -10,7 +10,7 @@ HOMEPAGE= http://www.sfc.wide.ad.jp/~kusune/netmaj/
COMMENT= Mahjongg game with network and 1-4 player(s) support
WRKSRC= ${WRKDIR}/netmaj
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
INSTALL_TARGET= install install-pf
HTMLDIR= ${PREFIX}/share/doc/html/netmaj
diff --git a/games/omega/Makefile b/games/omega/Makefile
index 04cf8e5d269..16ebeba0861 100644
--- a/games/omega/Makefile
+++ b/games/omega/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2004/03/10 02:49:38 snj Exp $
+# $NetBSD: Makefile,v 1.22 2004/03/23 04:41:00 jlam Exp $
DISTNAME= omega-0.90.4-src
PKGNAME= omega-0.90.4
@@ -11,7 +11,7 @@ HOMEPAGE= http://www.alcyone.com/max/projects/omega/
COMMENT= Complex rogue-like game of exploration with a sense of humor
WRKSRC= ${WRKDIR}/omega
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
ALL_TARGET= # empty
do-install:
diff --git a/games/xracer/Makefile b/games/xracer/Makefile
index ff7919e970b..71f66bdec3f 100644
--- a/games/xracer/Makefile
+++ b/games/xracer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2004/03/08 01:04:48 snj Exp $
+# $NetBSD: Makefile,v 1.29 2004/03/23 04:41:00 jlam Exp $
#
DISTNAME= xracer-0.96.9
@@ -12,7 +12,7 @@ COMMENT= XRacer is a clone of the popular Psygnosis game Wipeout
BUILD_USES_MSGFMT= # defined
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
USE_X11= # defined
USE_GNU_TOOLS+= make
USE_PERL5= # defined
diff --git a/graphics/aalib-x11/Makefile b/graphics/aalib-x11/Makefile
index aa8731fecad..61ffca57d56 100644
--- a/graphics/aalib-x11/Makefile
+++ b/graphics/aalib-x11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/01/27 00:53:11 heinz Exp $
+# $NetBSD: Makefile,v 1.8 2004/03/23 04:41:00 jlam Exp $
PKGNAME= aalib-x11-${BASE_VERS}
CATEGORIES+= x11
@@ -8,7 +8,7 @@ COMMENT= ASCII Art library with X11 support
PKG_INSTALLATION_TYPES= overwrite pkgviews
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
USE_X11= # defined
ALL_TARGET= libaa-x11.la
diff --git a/graphics/cnxtview/Makefile b/graphics/cnxtview/Makefile
index 0f043172a9c..fd4fa3b198a 100644
--- a/graphics/cnxtview/Makefile
+++ b/graphics/cnxtview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/03/07 08:13:55 hamajima Exp $
+# $NetBSD: Makefile,v 1.2 2004/03/23 04:41:00 jlam Exp $
#
DISTNAME= cnxtutil-0.00-alpha
@@ -10,7 +10,7 @@ MAINTAINER= hamajima@NetBSD.org
HOMEPAGE= http://www2.starcat.ne.jp/~takam/bsd/NetBSD.html#webcamnote
COMMENT= Creative WEBCAM Notebook Utility Programs
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
.include "../../graphics/imlib/buildlink3.mk"
.include "../../x11/gtk/buildlink3.mk"
diff --git a/graphics/compface/Makefile b/graphics/compface/Makefile
index 79af450d394..5297ac41d7f 100644
--- a/graphics/compface/Makefile
+++ b/graphics/compface/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/02/14 18:08:44 minskim Exp $
+# $NetBSD: Makefile,v 1.6 2004/03/23 04:41:00 jlam Exp $
DISTNAME= compface-1.4
CATEGORIES= graphics
@@ -10,7 +10,7 @@ COMMENT= 48x48x1 image compression and decompression (X-face utility)
CONFLICTS= faces-[0-9]*
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
GNU_CONFIGURE= # defined
USE_GNU_TOOLS+= make
diff --git a/graphics/cpia2view/Makefile b/graphics/cpia2view/Makefile
index 167e068e273..a12e098c9c5 100644
--- a/graphics/cpia2view/Makefile
+++ b/graphics/cpia2view/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/03/09 15:55:17 hamajima Exp $
+# $NetBSD: Makefile,v 1.3 2004/03/23 04:41:00 jlam Exp $
#
DISTNAME= cpia2_driver-1.0
@@ -16,7 +16,7 @@ MAINTAINER= hamajima@NetBSD.org
HOMEPAGE= http://www2.starcat.ne.jp/~takam/bsd/NetBSD.html#cpia2
COMMENT= USB cameras based CPiA2 Utility Programs
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
do-build:
for f in cpia2shot cpia2view ; do \
diff --git a/graphics/freetype-lib/Makefile.common b/graphics/freetype-lib/Makefile.common
index fedca6d3758..5a5363f760e 100644
--- a/graphics/freetype-lib/Makefile.common
+++ b/graphics/freetype-lib/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.24 2004/01/05 20:38:34 jlam Exp $
+# $NetBSD: Makefile.common,v 1.25 2004/03/23 04:41:00 jlam Exp $
DISTNAME= freetype-${FT_VERS}
FT_VERS= 1.3.1
@@ -16,7 +16,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
BUILD_USES_MSGFMT= # defined
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
USE_PKGLOCALEDIR= # defined
USE_LIBTOOL= # defined
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile
index 04134b99bbf..b185d11898f 100644
--- a/graphics/gqview/Makefile
+++ b/graphics/gqview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2004/03/01 23:06:14 snj Exp $
+# $NetBSD: Makefile,v 1.45 2004/03/23 04:41:00 jlam Exp $
#
DISTNAME= gqview-1.4.1
@@ -11,7 +11,7 @@ COMMENT= GTK2-based graphic file viewer
BUILD_USES_MSGFMT= # defined
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
GNU_CONFIGURE= # defined
USE_PKGLOCALEDIR= # defined
CONFIGURE_ENV+= ac_cv_path_GNOME_CONFIG=no
diff --git a/graphics/mpeg2codec/Makefile b/graphics/mpeg2codec/Makefile
index 98194916048..791dc729c5b 100644
--- a/graphics/mpeg2codec/Makefile
+++ b/graphics/mpeg2codec/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/02/11 09:10:15 xtraeme Exp $
+# $NetBSD: Makefile,v 1.13 2004/03/23 04:41:01 jlam Exp $
DISTNAME= mpeg2vidcodec_v12
PKGNAME= mpeg2codec-1.2
@@ -10,7 +10,7 @@ HOMEPAGE= http://www.mpeg.org/MSSG/
COMMENT= MPEG Software Simulation Group's MPEG-2 Encoder and Decoder
WRKSRC= ${WRKDIR}/mpeg2
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
USE_X11BASE= # defined
do-install:
diff --git a/graphics/qcamview/Makefile b/graphics/qcamview/Makefile
index 8ca0a6e9473..f30a4281d51 100644
--- a/graphics/qcamview/Makefile
+++ b/graphics/qcamview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/03/07 08:23:14 hamajima Exp $
+# $NetBSD: Makefile,v 1.4 2004/03/23 04:41:01 jlam Exp $
#
DISTNAME= qce-ga-0.40d
@@ -14,7 +14,7 @@ MAINTAINER= hamajima@NetBSD.org
HOMEPAGE= http://www2.starcat.ne.jp/~takam/bsd/NetBSD.html#qcam
COMMENT= Logitech Quickcam Express USB Utilities
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
do-build:
for f in qcamshot qcamview ; do \
diff --git a/graphics/xpm/Makefile b/graphics/xpm/Makefile
index 8ced1ad1d63..c86c9239997 100644
--- a/graphics/xpm/Makefile
+++ b/graphics/xpm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2004/03/10 18:35:32 jlam Exp $
+# $NetBSD: Makefile,v 1.34 2004/03/23 04:41:01 jlam Exp $
DISTNAME= xpm-3.4k
PKGREVISION= 1
@@ -10,7 +10,7 @@ MAINTAINER= mycroft@NetBSD.org
HOMEPAGE= http://www.inria.fr/koala/lehors/xpm.html
COMMENT= The X Pixmap library
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
USE_IMAKE= # defined
CHECK_BUILTIN.xpm= yes
diff --git a/inputmethod/canna-server/Makefile b/inputmethod/canna-server/Makefile
index 5aeebe72230..b0246ba1660 100644
--- a/inputmethod/canna-server/Makefile
+++ b/inputmethod/canna-server/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.7 2004/03/05 19:09:22 minskim Exp $
+# $NetBSD: Makefile,v 1.8 2004/03/23 04:41:01 jlam Exp $
#
.include "../canna/Makefile.common"
CANNA_MODULE= server
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
INSTALL_TARGET= instserver
USE_PKGINSTALL= YES
diff --git a/inputmethod/canna/Makefile.common b/inputmethod/canna/Makefile.common
index 652f6e7b84a..c4363977dd6 100644
--- a/inputmethod/canna/Makefile.common
+++ b/inputmethod/canna/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8 2004/03/05 19:09:22 minskim Exp $
+# $NetBSD: Makefile.common,v 1.9 2004/03/23 04:41:01 jlam Exp $
#
# Canna common makefile.
#
@@ -16,7 +16,7 @@ FILESDIR= ${.CURDIR}/../canna/files
DISTINFO_FILE= ${.CURDIR}/../canna/distinfo
PATCHDIR= ${.CURDIR}/../canna/patches
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
.include "../canna/Makefile.version"
diff --git a/lang/f2c/Makefile b/lang/f2c/Makefile
index f03a6f5f346..6dd128a7888 100644
--- a/lang/f2c/Makefile
+++ b/lang/f2c/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2004/02/17 06:36:38 grant Exp $
+# $NetBSD: Makefile,v 1.27 2004/03/23 04:41:01 jlam Exp $
DISTNAME= f2c-20001205
PKGREVISION= 5
@@ -31,7 +31,7 @@ PLIST_SUBST+= F2CMAJOR=${F2CMAJOR} F2CMINOR=${F2CMINOR}
PLIST_SRC= ${WRKDIR}/PLIST
WRKSRC= ${WRKDIR}/f2c
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
post-extract:
@${RM} ${WRKSRC}/index.html
diff --git a/math/capc-calc/Makefile b/math/capc-calc/Makefile
index 8dafd131c59..d5e14da3a65 100644
--- a/math/capc-calc/Makefile
+++ b/math/capc-calc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2004/03/10 18:17:11 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2004/03/23 04:41:01 jlam Exp $
#
DISTNAME= calc-2.11.9.2
@@ -11,7 +11,7 @@ MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://www.isthe.com/chongo/tech/comp/calc/
COMMENT= C arbitrary precision calculator
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
.include "../../devel/ncurses/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
diff --git a/meta-pkgs/xfce4/Makefile.common b/meta-pkgs/xfce4/Makefile.common
index 1deb6a92e28..33a3ac027ac 100644
--- a/meta-pkgs/xfce4/Makefile.common
+++ b/meta-pkgs/xfce4/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.12 2004/03/20 20:08:38 wiz Exp $
+# $NetBSD: Makefile.common,v 1.13 2004/03/23 04:41:01 jlam Exp $
MASTER_SITES= http://www.xfce.org/archive/xfce-4.0.4/src/ \
http://linux.imp.mx/xfce4/xfce_4.0.4/src/
@@ -9,7 +9,7 @@ HOMEPAGE= http://www.xfce.org/
XFCE4_VERSION= 4.0.4
PKGREVISION= 1
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
USE_X11= # defined
USE_PKGLOCALEDIR= # defined
USE_LIBTOOL= # defined
diff --git a/misc/dialog/Makefile b/misc/dialog/Makefile
index acacb45588c..e45ac2de34e 100644
--- a/misc/dialog/Makefile
+++ b/misc/dialog/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2004/02/12 15:58:04 minskim Exp $
+# $NetBSD: Makefile,v 1.23 2004/03/23 04:41:01 jlam Exp $
DISTNAME= dialog-0.6z
PKGREVISION= 2
@@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE:=utils/shell/}
MAINTAINER= jlam@NetBSD.org
COMMENT= Display dialog boxes from shell scripts
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
INCOMPAT_CURSES= NetBSD-1.5* NetBSD-1.6[-_.]* NetBSD-1.6[A-P]-*
diff --git a/net/gkrellm-ping/Makefile b/net/gkrellm-ping/Makefile
index e6a2e4cfbcf..8e649cfd5b9 100644
--- a/net/gkrellm-ping/Makefile
+++ b/net/gkrellm-ping/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/03/18 15:33:21 cube Exp $
+# $NetBSD: Makefile,v 1.14 2004/03/23 04:41:01 jlam Exp $
DISTNAME= gkrellmPing-0.2-3
PKGNAME= gkrellm-ping-0.2.3
@@ -11,7 +11,7 @@ HOMEPAGE= http://gkrellmping.dweb.ro/
COMMENT= gkrellm ping plugin
WRKSRC= ${WRKDIR}/gkrellmPing
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
do-install:
diff --git a/pkgtools/pkg_install-info/Makefile b/pkgtools/pkg_install-info/Makefile
index f15fce612f4..a8ac239e637 100644
--- a/pkgtools/pkg_install-info/Makefile
+++ b/pkgtools/pkg_install-info/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/03/10 22:54:47 minskim Exp $
+# $NetBSD: Makefile,v 1.8 2004/03/23 04:41:01 jlam Exp $
#
DISTNAME= pkg_install-info-${VERSION}
@@ -13,7 +13,7 @@ COMMENT= Standalone GNU info file installation utility
PKG_INSTALLATION_TYPES= overwrite pkgviews
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
GNU_CONFIGURE= # defined
NO_CHECKSUM= # defined
diff --git a/security/pam-smbpass/Makefile b/security/pam-smbpass/Makefile
index 3e3d7711e8d..247f3f11d87 100644
--- a/security/pam-smbpass/Makefile
+++ b/security/pam-smbpass/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/01/12 07:59:28 martti Exp $
+# $NetBSD: Makefile,v 1.9 2004/03/23 04:41:01 jlam Exp $
.include "../../net/samba2/Makefile.common"
@@ -12,7 +12,7 @@ CONFLICTS+= samba>=3.0
DEPENDS+= {samba>=2.0,ja-samba>=2.0}:../../net/samba
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
CONFIGURE_ARGS+= --with-pam
ALL_TARGET= pam_smbpass
diff --git a/security/rats/Makefile b/security/rats/Makefile
index 3dd0e0ea1eb..d404a708436 100644
--- a/security/rats/Makefile
+++ b/security/rats/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/01/28 11:35:00 grant Exp $
+# $NetBSD: Makefile,v 1.13 2004/03/23 04:41:01 jlam Exp $
#
DISTNAME= rats-2.1
@@ -12,7 +12,7 @@ COMMENT= Rough Auditing Tool for Security
PKG_INSTALLATION_TYPES= overwrite pkgviews
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --datadir=${LOCALBASE}/share/rats
ALL_TARGET= rats
diff --git a/security/zebedee/Makefile b/security/zebedee/Makefile
index 2465575d74c..b833805546c 100644
--- a/security/zebedee/Makefile
+++ b/security/zebedee/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/03/21 05:15:52 minskim Exp $
+# $NetBSD: Makefile,v 1.15 2004/03/23 04:41:01 jlam Exp $
#
DISTNAME= zebedee-2.3.1
@@ -15,7 +15,7 @@ DEPENDS+= tcl-[0-9]*:../../lang/tcl
USE_PERL5= build
USE_GNU_TOOLS+= make
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
MAKE_ENV+= PERL5=${PERL5}
MAKE_FLAGS= OS=${LOWER_OPSYS}
diff --git a/sysutils/cdrecord/Makefile b/sysutils/cdrecord/Makefile
index d382e568d4a..ac6bf70f616 100644
--- a/sysutils/cdrecord/Makefile
+++ b/sysutils/cdrecord/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2004/01/24 15:06:57 grant Exp $
+# $NetBSD: Makefile,v 1.54 2004/03/23 04:41:01 jlam Exp $
DISTNAME= cdrtools-2.00.3
PKGNAME= cdrecord-2.00.3
@@ -15,7 +15,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
.include "../../mk/bsd.prefs.mk"
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
TBL?= tbl
diff --git a/sysutils/psmisc/Makefile b/sysutils/psmisc/Makefile
index e1d16e13560..1b896e0d0b7 100644
--- a/sysutils/psmisc/Makefile
+++ b/sysutils/psmisc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/01/05 12:48:30 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2004/03/23 04:41:02 jlam Exp $
DISTNAME= psmisc-20.1
CATEGORIES= sysutils
@@ -13,7 +13,7 @@ CONFLICTS+= pstree<=2.16
PKG_INSTALLATION_TYPES= overwrite pkgviews
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
GNU_CONFIGURE= # defined
LIBS+= ${LIBGETOPT}
diff --git a/www/neon/Makefile b/www/neon/Makefile
index 8952ce91500..fe5acb25b95 100644
--- a/www/neon/Makefile
+++ b/www/neon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2004/03/07 22:30:33 minskim Exp $
+# $NetBSD: Makefile,v 1.22 2004/03/23 04:41:02 jlam Exp $
DISTNAME= neon-0.24.4
CATEGORIES= www
@@ -10,7 +10,7 @@ COMMENT= HTTP and WebDAV client library
PKG_INSTALLATION_TYPES= overwrite pkgviews
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE= neon.pc.in
diff --git a/x11/fox/Makefile b/x11/fox/Makefile
index da860822d7f..11265700538 100644
--- a/x11/fox/Makefile
+++ b/x11/fox/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/03/11 17:22:55 xtraeme Exp $
+# $NetBSD: Makefile,v 1.18 2004/03/23 04:41:02 jlam Exp $
#
DISTNAME= fox-1.0.43
@@ -10,7 +10,7 @@ MAINTAINER= sakamoto@NetBSD.org
HOMEPAGE= http://www.fox-toolkit.org/
COMMENT= Fast and extensive C++ GUI toolkit
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
USE_X11= # defined
USE_LIBTOOL= # defined
GNU_CONFIGURE= # defined
diff --git a/x11/wmessage/Makefile b/x11/wmessage/Makefile
index 60d192d1562..15933a7d6b6 100644
--- a/x11/wmessage/Makefile
+++ b/x11/wmessage/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2004/02/25 23:16:42 minskim Exp $
+# $NetBSD: Makefile,v 1.23 2004/03/23 04:41:02 jlam Exp $
DISTNAME= wmessage-0.10
PKGREVISION= 3
@@ -9,7 +9,7 @@ MAINTAINER= jlam@NetBSD.org
HOMEPAGE= http://www.ozemail.com.au/~crn/wmessage/
COMMENT= WINGs based message viewer similar to xmessage
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
USE_X11= # defined
.include "../../wm/windowmaker/buildlink3.mk"