mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix make fetch and attempt to unbreak after switch to USES=libtool
This commit is contained in:
parent
c2a6a2d1c1
commit
bd36c88375
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362525
1 changed files with 2 additions and 1 deletions
|
@ -10,8 +10,9 @@ MASTER_SITES= http://www.adaptivecomputing.com/index.php?wpfb_dl=1643/
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Open source distributed computing resource manager based on PBS
|
COMMENT= Open source distributed computing resource manager based on PBS
|
||||||
|
|
||||||
FETCH_AFTER_ARGS= -o ${DISTDIR}/${DISTFILES}
|
FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES}
|
||||||
USES= gmake perl5 libtool
|
USES= gmake perl5 libtool
|
||||||
|
USE_AUTOTOOLS= libtoolize
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --enable-syslog \
|
CONFIGURE_ARGS= --enable-syslog \
|
||||||
--disable-spool
|
--disable-spool
|
||||||
|
|
Loading…
Add table
Reference in a new issue