diff options
author | tv <tv@pkgsrc.org> | 2007-02-08 15:43:06 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2007-02-08 15:43:06 +0000 |
commit | 83f7b58c8b195124694c20974752ba062def1f69 (patch) | |
tree | 6b360a7f09cc953e23a80691abfce300409e27a2 /audio/libopenspc | |
parent | 2f62b6fd674aecabbe04f0cbdce64a41cf7a009a (diff) | |
download | pkgsrc-83f7b58c8b195124694c20974752ba062def1f69.tar.gz |
Add zlib bl3.
Diffstat (limited to 'audio/libopenspc')
-rw-r--r-- | audio/libopenspc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/libopenspc/Makefile b/audio/libopenspc/Makefile index 60fa7f74cf1..a7bee567316 100644 --- a/audio/libopenspc/Makefile +++ b/audio/libopenspc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/01/26 16:44:00 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2007/02/08 15:43:06 tv Exp $ # DISTNAME= OpenSPC_snap-20050926 @@ -15,4 +15,5 @@ WRKSRC= ${WRKDIR}/libopenspc-0.3.99 GNU_CONFIGURE= yes USE_LIBTOOL= yes +.include "../../devel/zlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |