diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-07-22 09:09:19 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-07-22 09:09:19 +0000 |
commit | bd36c8837584d0a2ece35503b861ce9e44e6c1f5 (patch) | |
tree | 8689c506414cb5590655d5506f3adc701448a0cb /sysutils/torque | |
parent | c2a6a2d1c1af82551ceee091a34fa4d992b64def (diff) |
Notes
Diffstat (limited to 'sysutils/torque')
-rw-r--r-- | sysutils/torque/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/torque/Makefile b/sysutils/torque/Makefile index 1f9b66d1ae67..f0d8fd62df14 100644 --- a/sysutils/torque/Makefile +++ b/sysutils/torque/Makefile @@ -10,8 +10,9 @@ MASTER_SITES= http://www.adaptivecomputing.com/index.php?wpfb_dl=1643/ 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 |