pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/libmikmod Changed #defined to yes in GNU_CONFIGU...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/61b38b747a61
branches:  trunk
changeset: 494931:61b38b747a61
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue May 31 21:58:36 2005 +0000

description:
Changed #defined to yes in GNU_CONFIGURE and USE_LIBTOOL.

diffstat:

 audio/libmikmod/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 0c9e34456140 -r 61b38b747a61 audio/libmikmod/Makefile
--- a/audio/libmikmod/Makefile  Tue May 31 21:57:15 2005 +0000
+++ b/audio/libmikmod/Makefile  Tue May 31 21:58:36 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2005/05/31 16:10:19 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2005/05/31 21:58:36 rillig Exp $
 
 DISTNAME=              libmikmod-3.1.11
 PKGNAME=               libmikmod-3.1.11.1
@@ -17,8 +17,8 @@
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 USE_TOOLS+=            gmake
-GNU_CONFIGURE=         # defined
-USE_LIBTOOL=           # defined
+GNU_CONFIGURE=         yes
+USE_LIBTOOL=           yes
 USE_MAKEINFO=          yes
 INFO_FILES=            mikmod.info
 



Home | Main Index | Thread Index | Old Index