diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-09-16 02:35:24 +0800 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-09-16 02:35:24 +0800 |
commit | 8262a7b51d413e11ef8f67c56e862ebbc6f182de (patch) | |
tree | 1e9812bc2638933184cae2b226809eb69253bb9f /sysutils/condor | |
parent | be8126109fa13097c8a0f9337fa9dfb68cf5d4c2 (diff) | |
download | freebsd-ports-gnome-8262a7b51d413e11ef8f67c56e862ebbc6f182de.tar.gz freebsd-ports-gnome-8262a7b51d413e11ef8f67c56e862ebbc6f182de.tar.zst freebsd-ports-gnome-8262a7b51d413e11ef8f67c56e862ebbc6f182de.zip |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
Diffstat (limited to 'sysutils/condor')
-rw-r--r-- | sysutils/condor/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/condor/Makefile b/sysutils/condor/Makefile index bebf3f1750ab..15b2397ed8d1 100644 --- a/sysutils/condor/Makefile +++ b/sysutils/condor/Makefile @@ -7,6 +7,7 @@ PORTNAME= condor PORTVERSION= 7.0.0 +PORTREVISION= 1 CATEGORIES= sysutils parallel MASTER_SITES= http://www.cs.wisc.edu/condor/cgi-bin/downloads/sendfile.pl/freebsd-${OSREL}/v7.0/ DISTNAME= condor_src-${PORTVERSION}-all-all @@ -21,7 +22,7 @@ WRKSRC= ${WRKDIR}/condor_src-${PORTVERSION}/src/ OPTIONS= SUBMIT_NODE "Configure system to be able to submit jobs" On \ EXECUTE_NODE "Configure system to execute jobs in pool" On \ MANAGER_NODE "Configure system as central manager node" On -USE_AUTOTOOLS= autoconf:262:env +USE_AUTOTOOLS= autoconf:267:env USE_BISON= build USE_GMAKE= yes USE_LDCONFIG= yes |