diff options
author | grant <grant> | 2004-02-15 13:18:42 +0000 |
---|---|---|
committer | grant <grant> | 2004-02-15 13:18:42 +0000 |
commit | b2af962d9b20a185fcff7271ac87267b44719e5a (patch) | |
tree | b08fde4ec4fded5c8609b07e3b07382a98df3980 /audio | |
parent | 8a937f9085912f3ff9cdc26b81fd643a84d5b533 (diff) | |
download | pkgsrc-b2af962d9b20a185fcff7271ac87267b44719e5a.tar.gz |
revert last; my mk/ was not uptodate.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libaudiofile/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/libaudiofile/Makefile b/audio/libaudiofile/Makefile index 5817a1863b7..c241f509808 100644 --- a/audio/libaudiofile/Makefile +++ b/audio/libaudiofile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2004/02/15 12:33:48 grant Exp $ +# $NetBSD: Makefile,v 1.36 2004/02/15 13:18:42 grant Exp $ DISTNAME= audiofile-0.2.5 PKGNAME= lib${DISTNAME} @@ -16,7 +16,6 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= YES GNU_CONFIGURE= YES USE_LIBTOOL= YES -LIBTOOL_OVERRIDE+= ${WRKSRC}/libtool PKGCONFIG_OVERRIDE= audiofile.pc.in DOCDIR= ${PREFIX}/share/doc/libaudiofile |