diff options
-rw-r--r-- | audio/lame/Makefile | 19 | ||||
-rw-r--r-- | devel/gettext/Makefile | 6 |
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" |