svn commit: r388591 - head/sysutils/condor

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jun 5 16:29:42 UTC 2015


Author: amdmi3
Date: Fri Jun  5 16:29:41 2015
New Revision: 388591
URL: https://svnweb.freebsd.org/changeset/ports/388591

Log:
  - Add CPE info
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/condor/Makefile

Modified: head/sysutils/condor/Makefile
==============================================================================
--- head/sysutils/condor/Makefile	Fri Jun  5 16:18:53 2015	(r388590)
+++ head/sysutils/condor/Makefile	Fri Jun  5 16:29:41 2015	(r388591)
@@ -20,7 +20,8 @@ LIB_DEPENDS+=	libkrb5support.so:${PORTSD
 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 \


More information about the svn-ports-head mailing list