diff options
author | rillig <rillig> | 2005-05-31 21:56:37 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-05-31 21:56:37 +0000 |
commit | 4504ce22cebaad549eb38655852a64a1a9466d3e (patch) | |
tree | e15c9e4b25baeb9fce7f5c47a5b59c57f42da268 /audio | |
parent | 8b651fd7196f6e9b678fb044d8541486671b9c4a (diff) | |
download | pkgsrc-4504ce22cebaad549eb38655852a64a1a9466d3e.tar.gz |
Changed #defined to yes in GNU_CONFIGURE and USE_LIBTOOL.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/id3lib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/id3lib/Makefile b/audio/id3lib/Makefile index 8e508a975f2..5bac689057e 100644 --- a/audio/id3lib/Makefile +++ b/audio/id3lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2005/04/11 21:44:53 tv Exp $ +# $NetBSD: Makefile,v 1.23 2005/05/31 21:56:37 rillig Exp $ # DISTNAME= id3lib-3.8.3 @@ -13,8 +13,8 @@ COMMENT= Library for manipulating ID3v1 and ID3v2 tags PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LANGUAGES= c c++ -GNU_CONFIGURE= # defined -USE_LIBTOOL= # defined +GNU_CONFIGURE= yes +USE_LIBTOOL= yes CPPFLAGS+=-DID3_NEED_WCHAR_TEMPLATE |