diff options
author | jmmv <jmmv> | 2004-02-20 11:25:25 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-02-20 11:25:25 +0000 |
commit | fcfd280136578690a87195226f873026a101e657 (patch) | |
tree | ec9767c6a2037b6602435942b606a835a7f5c77e | |
parent | 26d0d8eb4d2b4414c8a6c605e1b9223360a2b6b9 (diff) | |
download | pkgsrc-fcfd280136578690a87195226f873026a101e657.tar.gz |
Use curses.buildlink3.mk instead of ncurses' bl3, as the native library is
enough.
-rw-r--r-- | audio/lame/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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" |