diff options
author | jlam <jlam@pkgsrc.org> | 2002-10-03 08:43:00 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-10-03 08:43:00 +0000 |
commit | 30f91bea30cf1922533a7e7fe046417127c4736f (patch) | |
tree | 7c07e907e42fa2adff4e91491dc2c7810602f47e /audio | |
parent | 4a2b99c748cbdda9bfaf0c1c29490afa46dbbb09 (diff) | |
download | pkgsrc-30f91bea30cf1922533a7e7fe046417127c4736f.tar.gz |
Use buildlink2.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/id3lib/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/id3lib/Makefile b/audio/id3lib/Makefile index d0ec320ee6f..40346966b0f 100644 --- a/audio/id3lib/Makefile +++ b/audio/id3lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2002/08/31 01:56:56 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2002/10/03 08:43:00 jlam Exp $ # DISTNAME= id3lib-3.8.0 @@ -10,8 +10,9 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://id3lib.sourceforge.net/ COMMENT= library for manipulating ID3v1 and ID3v2 tags -GNU_CONFIGURE= YES -USE_LIBTOOL= yes +USE_BUILDLINK2= # defined +GNU_CONFIGURE= # defined +USE_LIBTOOL= # defined LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig .include "../../mk/bsd.pkg.mk" |