diff options
| author | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 07:47:02 +0000 |
|---|---|---|
| committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 07:47:02 +0000 |
| commit | 7ec4b3d1a268df1e30726e5ae185bfa7ec7af2dc (patch) | |
| tree | ed863c0ce8ca0afdea6de1e948f5d224ac4166e5 /sysutils/condor | |
| parent | - Update to 0.9.4 (bugfix release) (diff) | |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=327370
Diffstat (limited to 'sysutils/condor')
| -rw-r--r-- | sysutils/condor/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/condor/Makefile b/sysutils/condor/Makefile index 9f0c8051ca9a..bba9d6d4f191 100644 --- a/sysutils/condor/Makefile +++ b/sysutils/condor/Makefile @@ -17,10 +17,8 @@ LIB_DEPENDS+= krb5support:${PORTSDIR}/security/krb5 \ RESTRICTED= Requires manual distfile fetch WRKSRC= ${WRKDIR}/condor-${PORTVERSION} -USE_GMAKE= yes USE_LDCONFIG= yes -USES= cmake -USE_PERL5= yes +USES= cmake gmake perl5 USE_PGSQL= server CXXFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -rpath=${LOCALBASE}/lib:/usr/lib:/lib |
