diff options
author | grant <grant> | 2003-09-27 17:07:34 +0000 |
---|---|---|
committer | grant <grant> | 2003-09-27 17:07:34 +0000 |
commit | fd74ad5fe7440959a05e75aa5bf46634c0285994 (patch) | |
tree | 98d26898906da29a444ed0a29822dcbe33691639 /audio/lame | |
parent | fda64c468379ab3df1e1592e1151de5691ca383a (diff) | |
download | pkgsrc-fd74ad5fe7440959a05e75aa5bf46634c0285994.tar.gz |
move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it provides
support for base system curses/ncurses as well as ncurses itself.
suggested by wiz.
Diffstat (limited to 'audio/lame')
-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 c80c2ed0fc1..5052f28ad3a 100644 --- a/audio/lame/Makefile +++ b/audio/lame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2003/08/27 08:32:54 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2003/09/27 17:07:34 grant Exp $ # VERS= 3.93.1 @@ -41,5 +41,5 @@ CFLAGS+= -O2 -Wall -fomit-frame-pointer -ffast-math -funroll-loops \ -finline-functions -DFLOAT=double .endif -.include "../../devel/ncurses/buildlink2.mk" +.include "../../mk/curses.buildlink2.mk" .include "../../mk/bsd.pkg.mk" |