diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2005-09-13 23:16:33 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2005-09-13 23:16:33 +0000 |
commit | fb059bc75f9df3bdaa93869b3c84c5cef69fe3c5 (patch) | |
tree | ac17dac5b4957c5225d94fd5460df39ccf04a594 /sysutils/sge62 | |
parent | 108960574aded64a7314d0ffdf9cef9768b62fb5 (diff) | |
download | ports-fb059bc75f9df3bdaa93869b3c84c5cef69fe3c5.tar.gz ports-fb059bc75f9df3bdaa93869b3c84c5cef69fe3c5.zip |
Notes
Diffstat (limited to 'sysutils/sge62')
-rw-r--r-- | sysutils/sge62/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sysutils/sge62/Makefile b/sysutils/sge62/Makefile index d0071759c58a..3de657fc6fcb 100644 --- a/sysutils/sge62/Makefile +++ b/sysutils/sge62/Makefile @@ -12,11 +12,17 @@ CATEGORIES= sysutils parallel MASTER_SITES= http://gridengine.sunsource.net/files/documents/7/32/ MASTER_SITES+= ${MASTER_SITE_LOCAL} DISTNAME= sge-V60u6_TAG-src -MASTER_SITE_SUBDIR= brooks MAINTAINER= brooks@FreeBSD.org COMMENT= Sun Grid Engine, a batch queueing system +FETCH_DEPENDS= wget:${PORTSDIR}/ftp/wget + +# We have to use wget because the master site required cookies to +# download the file. +DISABLE_SIZE= yes +FETCH_CMD= wget -c + OPTIONS= BDB "Use DB based spooler (currently broken)" off \ DRMAA "Support the Java DRMAA API (requires native Java)" on \ QMON "Qmon support (requires X and Motif)" on @@ -35,12 +41,6 @@ USE_REINPLACE= yes INSTALLS_SHLIB= yes LDCONFIG_DIRS= ${SGE_ROOT}/lib/${SGE_ARCH} -# We have to use fetch because the master site required cookies to -# download the file. -FETCH_DEPENDS= wget:${PORTSDIR}/ftp/wget -DISABLE_SIZE= yes -FETCH_CMD= wget -c - SGE_BASE?= sge SGE_ROOT= ${PREFIX}/${SGE_BASE} SGE_ARCH= fbsd-${ARCH} @@ -94,9 +94,9 @@ EXCEPTFILES= arc_depend_irix.asc arc_depend_solaris.asc man testsuite .if ${OSVERSION} < 503000 .if ${OSVERSION} < 500000 -BROKEN= "Does not build without libpthread" +BROKEN= "does not build without libpthread" .else -IGNORE= "Not supported for FreeBSD < 5.3" +IGNORE= is not supported for FreeBSD < 5.3 .endif .endif |