- Stage support

- Convert USE_GMAKE to USES
This commit is contained in:
Martin Wilke 2014-02-15 10:06:30 +00:00
parent 04b9e1f9c8
commit 2f95b548dc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344343

View file

@ -16,7 +16,7 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
CONFLICTS= tads-2.*
USE_GMAKE= yes
USES= gmake
USE_AUTOTOOLS= automake autoconf
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-lcompat"
@ -24,7 +24,6 @@ CONFIGURE_ENV= LIBS="-lcompat"
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
NO_STAGE= yes
pre-configure:
(cd ${WRKSRC}; ${SH} bootstrap)