diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-06 00:29:41 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-06 00:29:41 +0800 |
commit | d882e5c6dc77ea10414299ba7c70f5f38bdc5c3f (patch) | |
tree | 37116c6cf8df01fa6642a0919c93136f828c73cf /sysutils/condor | |
parent | c39a9a21ac9f9c260d1d697ec50added86fff056 (diff) | |
download | freebsd-ports-gnome-d882e5c6dc77ea10414299ba7c70f5f38bdc5c3f.tar.gz freebsd-ports-gnome-d882e5c6dc77ea10414299ba7c70f5f38bdc5c3f.tar.zst freebsd-ports-gnome-d882e5c6dc77ea10414299ba7c70f5f38bdc5c3f.zip |
- Add CPE info
Approved by: portmgr blanket
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 48835e8f34b0..0335c15a73ab 100644 --- a/sysutils/condor/Makefile +++ b/sysutils/condor/Makefile @@ -20,7 +20,8 @@ LIB_DEPENDS+= libkrb5support.so:${PORTSDIR}/security/krb5 \ WRKSRC= ${WRKDIR}/condor-${PORTVERSION} USE_LDCONFIG= yes # Does not build with Python 3 -USES= cmake gmake perl5 pgsql python:2 shebangfix +USES= cmake cpe gmake perl5 pgsql python:2 shebangfix +CPE_VENDOR= condor_project # Does not build with gcc 4.2 or clang USE_GCC= yes SHEBANG_FILES= src/condor_scripts/condor_qsub \ |