summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-05-31 21:56:37 +0000
committerrillig <rillig@pkgsrc.org>2005-05-31 21:56:37 +0000
commit8700b428d52e034ce5a7adfffe4ec805756941f4 (patch)
treee15c9e4b25baeb9fce7f5c47a5b59c57f42da268 /audio
parent79335a26e2b927cfb1609066cfd2f2fd1b83efb8 (diff)
downloadpkgsrc-8700b428d52e034ce5a7adfffe4ec805756941f4.tar.gz
Changed #defined to yes in GNU_CONFIGURE and USE_LIBTOOL.
Diffstat (limited to 'audio')
-rw-r--r--audio/id3lib/Makefile6
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