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 | 292e14830848d0f28530e2c8eb32d51bf60a03e2 (patch) | |
tree | a7d04f2ab2ec16f6d1d5337575856b1c5cb01fc2 /audio | |
parent | 38c49cbb684d0edf416beee920921d8635bec3fa (diff) | |
download | pkgsrc-292e14830848d0f28530e2c8eb32d51bf60a03e2.tar.gz |
Fix path to libalac.
Diffstat (limited to 'audio')
-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" |