- Stage support
- Convert USE_GMAKE to USES
This commit is contained in:
parent
04b9e1f9c8
commit
2f95b548dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344343
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue