diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-15 05:45:49 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-15 05:45:49 +0800 |
commit | 3468ab04c9a8f028fe9c1a97c81fe4dd77a99d0f (patch) | |
tree | a31ce05c6576d08323371944c938ef72e8d585e6 /sysutils | |
parent | 81c01113b9034fcecde625a1f12a9edc8d5c304e (diff) | |
download | freebsd-ports-gnome-3468ab04c9a8f028fe9c1a97c81fe4dd77a99d0f.tar.gz freebsd-ports-gnome-3468ab04c9a8f028fe9c1a97c81fe4dd77a99d0f.tar.zst freebsd-ports-gnome-3468ab04c9a8f028fe9c1a97c81fe4dd77a99d0f.zip |
- Add LICENSE_FILE
- Drop 8.x support
Approved by: portmgr blanket
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> |