get rid of autoconf build dependency by touching the right
file at the right time
This commit is contained in:
parent
88059434ff
commit
5caac91cd5
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue