diff options
author | jlam <jlam> | 2004-01-07 18:00:16 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-01-07 18:00:16 +0000 |
commit | 94c26f17ed792c22d1e7cbe3c7b0c46188c0b1c7 (patch) | |
tree | 88019d24b86637a098e54b31e3ab8133312f8448 /audio/libao-arts | |
parent | f2e65730faf676bd615608dfa88e57be0f3b6e25 (diff) | |
download | pkgsrc-94c26f17ed792c22d1e7cbe3c7b0c46188c0b1c7.tar.gz |
Only libao has been bl3ified. Fix building of libao-{arts,esound} until
they have been, too.
Diffstat (limited to 'audio/libao-arts')
-rw-r--r-- | audio/libao-arts/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/libao-arts/Makefile b/audio/libao-arts/Makefile index 29e2974ed08..ac3bba00a58 100644 --- a/audio/libao-arts/Makefile +++ b/audio/libao-arts/Makefile @@ -1,6 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2003/12/08 14:40:13 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2004/01/07 18:00:16 jlam Exp $ # +USE_BUILDLINK2= yes + .include "../libao/Makefile.common" PKGNAME= ${DISTNAME:S/libao/libao-arts/} |