mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Convert to USES=autoreconf
This commit is contained in:
parent
aff7914c08
commit
17032b5040
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374895
@ -19,15 +19,13 @@ RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils \
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME:S,${DISTVERSIONSUFFIX},,}
|
||||
|
||||
USES= gettext gmake libtool pkgconfig shebangfix tcl:wrapper \
|
||||
tk:wrapper
|
||||
USES= autoreconf gettext gmake libtool pkgconfig shebangfix \
|
||||
tcl:wrapper tk:wrapper
|
||||
SHEBANG_FILES= tcl/pkg_mkIndex.tcl
|
||||
SHEBANG_LANG= tclsh
|
||||
tclsh_OLD_CMD= /usr/bin/tclsh
|
||||
tclsh_CMD= ${LOCALBASE}/bin/tclsh
|
||||
USE_AUTOTOOLS= aclocal libtoolize autoconf automake
|
||||
ACLOCAL_ARGS= -I m4/generated -I m4
|
||||
AUTOMAKE_ARGS= --add-missing --copy --force-missing
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= ac_cv_lib_pthread_pthread_create=no
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
Loading…
Reference in New Issue
Block a user