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 | c18bf00cf198b31a6a2e6410789dd313f0939cef (patch) | |
tree | 6b360a7f09cc953e23a80691abfce300409e27a2 /audio/libopenspc | |
parent | d4e4feef3d6cf5d2bbd1c357c48976cfe68cbd43 (diff) | |
download | pkgsrc-c18bf00cf198b31a6a2e6410789dd313f0939cef.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" |