diff options
author | jmc <jmc@pkgsrc.org> | 2002-03-25 01:19:50 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2002-03-25 01:19:50 +0000 |
commit | f751704145d7950807942599e9841d774117acb3 (patch) | |
tree | 1a76301c83393844bf46fadb34ad793d1c6760ed /chat/ekg | |
parent | c78cc2de8788cd56c81ca8cc50029db4f24fbc59 (diff) | |
download | pkgsrc-f751704145d7950807942599e9841d774117acb3.tar.gz |
Turn off debugging when building
Diffstat (limited to 'chat/ekg')
-rw-r--r-- | chat/ekg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/ekg/Makefile b/chat/ekg/Makefile index 7fa20fbf368..fd3bffc726d 100644 --- a/chat/ekg/Makefile +++ b/chat/ekg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/03/18 06:44:50 zuntum Exp $ +# $NetBSD: Makefile,v 1.3 2002/03/25 01:19:50 jmc Exp $ # DISTNAME= ekg-20020317 @@ -17,6 +17,7 @@ USE_GMAKE= YES CONFIGURE_ARGS+= --with-readline=${PREFIX} CONFIGURE_ARGS+= --prefix=${PREFIX} CONFIGURE_ARGS+= --mandir=${PREFIX}/man +CONFIGURE_ARGS+= --without-debug REPLACE_PERL= docs/ekl.pl |