summaryrefslogtreecommitdiff
path: root/emulators/tme
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2004-02-06 08:53:41 +0000
committerskrll <skrll@pkgsrc.org>2004-02-06 08:53:41 +0000
commit762ad460a08f206a7f8fa45741b71235e2de2d68 (patch)
tree23608dd961d5789a9953e90f90c3a171b4eae6e2 /emulators/tme
parent0390a2dac111090ba0b57efd0c51e49cb382f739 (diff)
downloadpkgsrc-762ad460a08f206a7f8fa45741b71235e2de2d68.tar.gz
Disable debug by default.
PKGREVISION++
Diffstat (limited to 'emulators/tme')
-rw-r--r--emulators/tme/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/emulators/tme/Makefile b/emulators/tme/Makefile
index 759f7dc9fe3..fa29f376521 100644
--- a/emulators/tme/Makefile
+++ b/emulators/tme/Makefile
@@ -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 @@ LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
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"