diff options
author | antoine <antoine@FreeBSD.org> | 2016-12-11 16:25:56 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-12-11 16:25:56 +0800 |
commit | 47d7de491f7dfff57abd6ff2607dc051b2163f65 (patch) | |
tree | 878336d1993d1167c775d405f2f5a9d4790eaf70 /sysutils | |
parent | fbd29c8fc55b558fb22ad442a09a4ac8566e902d (diff) | |
download | freebsd-ports-gnome-47d7de491f7dfff57abd6ff2607dc051b2163f65.tar.gz freebsd-ports-gnome-47d7de491f7dfff57abd6ff2607dc051b2163f65.tar.zst freebsd-ports-gnome-47d7de491f7dfff57abd6ff2607dc051b2163f65.zip |
Those ports build fine with bsd make
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/condor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/condor/Makefile b/sysutils/condor/Makefile index 56fbf4ffa56a..7a6f3c735aac 100644 --- a/sysutils/condor/Makefile +++ b/sysutils/condor/Makefile @@ -28,7 +28,7 @@ LIB_DEPENDS+= libkrb5support.so:security/krb5 \ WRKSRC= ${WRKDIR}/condor-${PORTVERSION} USE_LDCONFIG= yes # Does not build with Python 3 -USES= cmake cpe gmake perl5 pgsql python:2 shebangfix ssl +USES= cmake cpe perl5 pgsql python:2 shebangfix ssl CPE_VENDOR= condor_project SHEBANG_FILES= src/condor_scripts/condor_qsub \ src/condor_gridmanager/remote_gahp \ |