summaryrefslogtreecommitdiff
path: root/misc/iselect
diff options
context:
space:
mode:
authordillo <dillo@pkgsrc.org>2002-10-02 19:45:09 +0000
committerdillo <dillo@pkgsrc.org>2002-10-02 19:45:09 +0000
commit5caac91cd536369b69d51a785dab5853f6461e71 (patch)
treec52e53634a5edb23b7fa110494dd79c34c020866 /misc/iselect
parent88059434ffb696ba35a3ea964835cffb59250f34 (diff)
downloadpkgsrc-5caac91cd536369b69d51a785dab5853f6461e71.tar.gz
get rid of autoconf build dependency by touching the right
file at the right time
Diffstat (limited to 'misc/iselect')
-rw-r--r--misc/iselect/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/iselect/Makefile b/misc/iselect/Makefile
index 9c84e40a182..64c06bb4f80 100644
--- a/misc/iselect/Makefile
+++ b/misc/iselect/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/08/01 16:30:38 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2002/10/02 19:45:09 dillo Exp $
#
DISTNAME= iselect-1.2.0
@@ -14,5 +14,8 @@ BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
USE_BUILDLINK_ONLY= # defined
GNU_CONFIGURE= # defined
+post-configure:
+ touch ${WRKSRC}/config_ac.h.in
+
.include "../../devel/ncurses/buildlink.mk"
.include "../../mk/bsd.pkg.mk"