diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-14 21:45:49 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-14 21:45:49 +0000 |
commit | 6acfd9d5bfbad5b222d7711048b90cb8bbd4e7ef (patch) | |
tree | a31ce05c6576d08323371944c938ef72e8d585e6 /sysutils | |
parent | 0dfbc9be56a906c8ec0afa72f276b571c99e7b54 (diff) | |
download | ports-6acfd9d5bfbad5b222d7711048b90cb8bbd4e7ef.tar.gz ports-6acfd9d5bfbad5b222d7711048b90cb8bbd4e7ef.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/condor/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/sysutils/condor/Makefile b/sysutils/condor/Makefile index ffd017616a56..ae5441ca488c 100644 --- a/sysutils/condor/Makefile +++ b/sysutils/condor/Makefile @@ -11,6 +11,7 @@ MAINTAINER= jwbacon@tds.net COMMENT= High-throughput computing on distributively owned resources LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE-2.0.txt LIB_DEPENDS+= libkrb5support.so:${PORTSDIR}/security/krb5 \ libpcre.so:${PORTSDIR}/devel/pcre \ @@ -53,12 +54,6 @@ PORTDOCS= * OPTIONS_DEFINE= DOCS EXAMPLES -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 900000 -BROKEN= Fails to build on FreeBSD 8.x -.endif - pre-everything:: @( ${PRINTF} "\nWARNING: Condor needs approximately 3GB to build!"; \ ${PRINTF} " Please make sure your build environment has that much before continuing.\n" ) @@ -86,4 +81,4 @@ post-install: ${STAGEDIR}${PREFIX}/etc/condor_config.local.sample ${INSTALL_SCRIPT} ${WRKDIR}/condor-config ${STAGEDIR}${PREFIX}/sbin -.include <bsd.port.post.mk> +.include <bsd.port.mk> |