pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/tme Disable debug by default.
details: https://anonhg.NetBSD.org/pkgsrc/rev/9412193a062e
branches: trunk
changeset: 467755:9412193a062e
user: skrll <skrll%pkgsrc.org@localhost>
date: Fri Feb 06 08:53:41 2004 +0000
description:
Disable debug by default.
PKGREVISION++
diffstat:
emulators/tme/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r ad473ec02622 -r 9412193a062e emulators/tme/Makefile
--- a/emulators/tme/Makefile Fri Feb 06 08:39:37 2004 +0000
+++ b/emulators/tme/Makefile Fri Feb 06 08:53:41 2004 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/01/23 08:21:54 skrll Exp $
+# $NetBSD: Makefile,v 1.2 2004/02/06 08:53:41 skrll Exp $
#
DISTNAME= tme-0.2
+PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://theory.lcs.mit.edu/~fredette/tme/
@@ -16,6 +17,8 @@
GNU_CONFIGURE= yes
USE_GNU_TOOLS+= make
+CONFIGURE_ARGS+= --disable-debug
+
.include "../../devel/libtool/buildlink2.mk"
.include "../../x11/gtk/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index