diff options
-rw-r--r-- | audio/arts/Makefile | 3 | ||||
-rw-r--r-- | comms/fidogate/Makefile | 3 | ||||
-rw-r--r-- | mail/sendmail/Makefile.common | 3 | ||||
-rw-r--r-- | security/antonym/Makefile | 3 | ||||
-rw-r--r-- | textproc/cawf/Makefile | 3 | ||||
-rw-r--r-- | x11/qt3-libs/Makefile.common | 3 |
6 files changed, 6 insertions, 12 deletions
diff --git a/audio/arts/Makefile b/audio/arts/Makefile index f52954ae380..adf2b259f02 100644 --- a/audio/arts/Makefile +++ b/audio/arts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2005/03/23 21:30:12 markd Exp $ +# $NetBSD: Makefile,v 1.39 2005/04/12 15:11:18 tv Exp $ DISTNAME= arts-1.4.0 CATEGORIES= audio @@ -9,7 +9,6 @@ COMMENT= Analog Real-Time Synthesizer CONFLICTS+= kdelibs-2* -USE_BUILDLINK3= yes USE_PERL5= build # Ensure we export symbols in the linked shared object. diff --git a/comms/fidogate/Makefile b/comms/fidogate/Makefile index 94ef18cc6a8..cf377a6c8c9 100644 --- a/comms/fidogate/Makefile +++ b/comms/fidogate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2004/12/28 02:47:42 reed Exp $ +# $NetBSD: Makefile,v 1.37 2005/04/12 15:11:18 tv Exp $ # DISTNAME= fidogate-4.4.9 @@ -10,7 +10,6 @@ MAINTAINER= tv@duh.org HOMEPAGE= http://www.fidogate.org/ COMMENT= FidoNet (FTN) <-> Internet mail and news gateway -USE_BUILDLINK3= yes USE_PKGINSTALL= yes USE_GNU_TOOLS+= make MAKE_ENV= DEBUG="${CFLAGS} -Werror" diff --git a/mail/sendmail/Makefile.common b/mail/sendmail/Makefile.common index b717866b347..aa7b330210d 100644 --- a/mail/sendmail/Makefile.common +++ b/mail/sendmail/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.24 2005/03/25 10:45:44 adrianp Exp $ +# $NetBSD: Makefile.common,v 1.25 2005/04/12 15:11:18 tv Exp $ # # Makefile fragment shared with libmilter # @@ -28,7 +28,6 @@ SITECONFIG= ${WRKSRC}/devtools/Site/site.config.m4 BUILD_DEFS+= SMRSH_CMDDIR WRKSRC= ${WRKDIR}/sendmail-${DIST_VERS} -USE_BUILDLINK3= YES USE_GNU_TOOLS+= m4 MAKE_ENV+= M4="${M4}" diff --git a/security/antonym/Makefile b/security/antonym/Makefile index e60167ae7b0..79e2d0a57cc 100644 --- a/security/antonym/Makefile +++ b/security/antonym/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/05/05 16:34:34 tv Exp $ +# $NetBSD: Makefile,v 1.2 2005/04/12 15:11:18 tv Exp $ # DISTNAME= antonym-1.9 @@ -13,7 +13,6 @@ DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 DEPENDS+= pgp-2.*:../../security/pgp2 WRKSRC= ${WRKDIR}/antonym -USE_BUILDLINK3= yes USE_PERL5= yes REPLACE_PERL= antonym diff --git a/textproc/cawf/Makefile b/textproc/cawf/Makefile index 97d9e0d1cf6..2767623f25a 100644 --- a/textproc/cawf/Makefile +++ b/textproc/cawf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/03/02 13:59:06 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2005/04/12 15:11:18 tv Exp $ # # Possible TODOs: # - set CH based on manual page section number, and real OS name @@ -21,7 +21,6 @@ COMMENT= Simplistic nroff-like formatter in C, like "awf" WRKSRC= ${WRKDIR} PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_BUILDLINK3= yes .include "../../mk/bsd.prefs.mk" diff --git a/x11/qt3-libs/Makefile.common b/x11/qt3-libs/Makefile.common index 4212b2c6c21..589ce269261 100644 --- a/x11/qt3-libs/Makefile.common +++ b/x11/qt3-libs/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.43 2004/11/24 16:08:48 gavan Exp $ +# $NetBSD: Makefile.common,v 1.44 2005/04/12 15:11:18 tv Exp $ # DISTNAME= qt-x11-free-${QTVERSION} CATEGORIES= x11 @@ -17,7 +17,6 @@ USE_X11= yes USE_GNU_TOOLS+= make USE_LANGUAGES= c c++ USE_LIBTOOL= yes -USE_BUILDLINK3= yes USE_GNU_TOOLS+= awk |