diff options
author | bjs <bjs@pkgsrc.org> | 2007-11-08 20:25:25 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2007-11-08 20:25:25 +0000 |
commit | 24d445a4a0cd520174fcc6c8ba6cce01c8eaa6bb (patch) | |
tree | 012dadf30ef01bd0c5444e0d01c111367e4de091 /audio/libspiff | |
parent | 2e3a440ba992a83568e3c00bfd39bfc98a87c79e (diff) | |
download | pkgsrc-24d445a4a0cd520174fcc6c8ba6cce01c8eaa6bb.tar.gz |
Whoops, I don't know why I thought this line was wrong. Revert last commit.
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 2b1d952fb56..22f652bfa76 100644 --- a/audio/libspiff/Makefile +++ b/audio/libspiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/11/08 18:58:48 bjs Exp $ +# $NetBSD: Makefile,v 1.3 2007/11/08 20:25:25 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:../../textproc/expat +BUILDLINK_ABI_DEPENDS.expat+= expat>=2.0.0nb1 .include "../../textproc/expat/buildlink3.mk" .include "../../textproc/uriparser/buildlink3.mk" |