Date: Tue, 22 Jul 2014 09:09:20 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362525 - head/sysutils/torque Message-ID: <201407220909.s6M99KuP071846@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Jul 22 09:09:19 2014 New Revision: 362525 URL: http://svnweb.freebsd.org/changeset/ports/362525 QAT: https://qat.redports.org/buildarchive/r362525/ Log: Fix make fetch and attempt to unbreak after switch to USES=libtool Modified: head/sysutils/torque/Makefile Modified: head/sysutils/torque/Makefile ============================================================================== --- head/sysutils/torque/Makefile Tue Jul 22 08:52:24 2014 (r362524) +++ head/sysutils/torque/Makefile Tue Jul 22 09:09:19 2014 (r362525) @@ -10,8 +10,9 @@ MASTER_SITES= http://www.adaptivecomputi MAINTAINER= ports@FreeBSD.org 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 +USE_AUTOTOOLS= libtoolize GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-syslog \ --disable-spool
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407220909.s6M99KuP071846>