summaryrefslogtreecommitdiff
path: root/audio/lame
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 /audio/lame
parentf612bcad0d74cd41da7fd9a215ffe85e8e6f7cda (diff)
downloadpkgsrc-9f6ae1c4bf3e471d5d20d8d1b49630bba37a0d41.tar.gz
buildlink1 -> buildlink2
Diffstat (limited to 'audio/lame')
-rw-r--r--audio/lame/Makefile19
1 files changed, 10 insertions, 9 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"