diff options
author | wiz <wiz@pkgsrc.org> | 2011-11-15 10:04:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-11-15 10:04:13 +0000 |
commit | 92347ca68877e39d52e9098527300308f71dd47d (patch) | |
tree | a7d04f2ab2ec16f6d1d5337575856b1c5cb01fc2 /audio/alacconvert | |
parent | 119559513c5d0da743e52936694b7773475ca665 (diff) | |
download | pkgsrc-92347ca68877e39d52e9098527300308f71dd47d.tar.gz |
Fix path to libalac.
Diffstat (limited to 'audio/alacconvert')
-rw-r--r-- | audio/alacconvert/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/alacconvert/Makefile b/audio/alacconvert/Makefile index bfc4b725666..bc5372b06f1 100644 --- a/audio/alacconvert/Makefile +++ b/audio/alacconvert/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/11/14 19:43:21 ryoon Exp $ +# $NetBSD: Makefile,v 1.2 2011/11/15 10:04:13 wiz Exp $ # DISTNAME= libalac-r3 @@ -19,5 +19,5 @@ USE_LANGUAGES= c c++ MAKE_FILE= makefile BUILD_TARGET= alacconvert -.include "../../wip/libalac/buildlink3.mk" +.include "../../audio/libalac/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |