summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-08-28 06:49:34 +0000
committerjlam <jlam@pkgsrc.org>2002-08-28 06:49:34 +0000
commit9f6ae1c4bf3e471d5d20d8d1b49630bba37a0d41 (patch)
treeb39837b197a559d8a442c7a4476d252e5f31e41c
parentf612bcad0d74cd41da7fd9a215ffe85e8e6f7cda (diff)
downloadpkgsrc-9f6ae1c4bf3e471d5d20d8d1b49630bba37a0d41.tar.gz
buildlink1 -> buildlink2
-rw-r--r--audio/lame/Makefile19
-rw-r--r--devel/gettext/Makefile6
2 files changed, 13 insertions, 12 deletions
diff --git a/audio/lame/Makefile b/audio/lame/Makefile
index 7bcd5d5db5f..d0ffa25ec3f 100644
--- a/audio/lame/Makefile
+++ b/audio/lame/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2002/08/25 19:21:48 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2002/08/28 06:49:34 jlam Exp $
#
VERS= 3.92
@@ -12,20 +12,21 @@ MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://www.mp3dev.org/mp3/
COMMENT= Fast, high quality MP3 encoder
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USE_LIBTOOL= yes
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
-USE_BUILDLINK_ONLY= yes
-
LICENSE= fee-based-commercial-use
+USE_BUILDLINK2= yes
+USE_GMAKE= yes
+
+USE_LIBTOOL= yes
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+
+GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-vorbis
.include "../../mk/bsd.prefs.mk"
.if defined(LAME_USE_GTK)
-.include "../../x11/gtk/buildlink.mk"
+. include "../../x11/gtk/buildlink2.mk"
.else
CONFIGURE_ARGS+= --enable-analyzer=no
.endif
@@ -38,5 +39,5 @@ CFLAGS+= -O2 -Wall -fomit-frame-pointer -ffast-math -funroll-loops \
-finline-functions -DFLOAT=double
.endif
-.include "../../devel/ncurses/buildlink.mk"
+.include "../../devel/ncurses/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile
index c898996548e..a08e784a9f4 100644
--- a/devel/gettext/Makefile
+++ b/devel/gettext/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2002/08/19 19:20:30 seb Exp $
+# $NetBSD: Makefile,v 1.37 2002/08/28 06:50:35 jlam Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1998/08/09 15:13:33 kuriyama Exp
#
@@ -13,7 +13,7 @@ COMMENT= tools for providing messages in different languages
DEPENDS+= gettext-m4-0.10.35:../../devel/gettext-m4
-USE_BUILDLINK_ONLY= yes
+USE_BUILDLINK2= yes
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
@@ -36,6 +36,6 @@ post-configure:
post-install:
cd ${WRKSRC}/intl; ${MAKE_PROGRAM} install-data
-.include "../../devel/gettext-lib/buildlink.mk"
+.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"