diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-28 19:51:27 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-28 19:51:27 +0000 |
commit | c987b02ad4e95bb3e85a16f90e75a3d18f613b65 (patch) | |
tree | 4eb5712a96d685a8f4574214f2b3e40d68050c66 /misc/iselect | |
parent | 93317e106d6dfcb3cfacbfe83c24137f0f6205dd (diff) | |
download | pkgsrc-c987b02ad4e95bb3e85a16f90e75a3d18f613b65.tar.gz |
Replaced "# defined" with "yes" where appropriate.
Diffstat (limited to 'misc/iselect')
-rw-r--r-- | misc/iselect/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/iselect/Makefile b/misc/iselect/Makefile index 1364779ec0b..fdf4a75e8aa 100644 --- a/misc/iselect/Makefile +++ b/misc/iselect/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/04/11 21:46:35 tv Exp $ +# $NetBSD: Makefile,v 1.17 2005/09/28 19:51:27 rillig Exp $ # DISTNAME= iselect-1.2.0 @@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.engelschall.com/sw/iselect/ COMMENT= Curses based Interactive Selection Tool -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes post-configure: touch ${WRKSRC}/config_ac.h.in |