diff options
author | bjs <bjs@pkgsrc.org> | 2007-11-08 18:58:48 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2007-11-08 18:58:48 +0000 |
commit | c13753f2386feb212b5de2c3de1affda100fd68a (patch) | |
tree | 2fa682389c34b9d86fe0ba80ebc1a469705e5c43 /audio/libspiff | |
parent | 3ed6936d534db89720eef0261ccadfee4b0d2784 (diff) | |
download | pkgsrc-c13753f2386feb212b5de2c3de1affda100fd68a.tar.gz |
Correct BUILDLINK_API_DEPENDS line.
Diffstat (limited to 'audio/libspiff')
-rw-r--r-- | audio/libspiff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/libspiff/Makefile b/audio/libspiff/Makefile index 27f1c098e70..2b1d952fb56 100644 --- a/audio/libspiff/Makefile +++ b/audio/libspiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/11/08 18:39:25 bjs Exp $ +# $NetBSD: Makefile,v 1.2 2007/11/08 18:58:48 bjs Exp $ # DISTNAME= libspiff-0.8.2 @@ -18,7 +18,7 @@ USE_LANGUAGES= c c++ TEST_TARGET= check -BUILDLINK_ABI_DEPENDS.expat+= expat>=2.0.0nb1 +BUILDLINK_ABI_DEPENDS.expat+= expat>=2.0.0nb1:../../textproc/expat .include "../../textproc/expat/buildlink3.mk" .include "../../textproc/uriparser/buildlink3.mk" |