From c5a22477b61106c4c247d7d15ff147a9f5230122 Mon Sep 17 00:00:00 2001 From: jmmv Date: Fri, 20 Feb 2004 11:25:25 +0000 Subject: Use curses.buildlink3.mk instead of ncurses' bl3, as the native library is enough. --- audio/lame/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio') diff --git a/audio/lame/Makefile b/audio/lame/Makefile index 646fc119b77..1216bad345c 100644 --- a/audio/lame/Makefile +++ b/audio/lame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2004/02/14 17:21:33 jlam Exp $ +# $NetBSD: Makefile,v 1.37 2004/02/20 11:25:25 jmmv Exp $ # DISTNAME= lame-${VERS} @@ -40,5 +40,5 @@ CFLAGS+= -O2 -Wall -fomit-frame-pointer -ffast-math -funroll-loops \ -finline-functions -DFLOAT=double .endif -.include "../../devel/ncurses/buildlink3.mk" +.include "../../mk/curses.buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3