diff options
author | az <az@FreeBSD.org> | 2013-09-16 15:47:02 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-16 15:47:02 +0800 |
commit | 6ba2c9c66e5c9908af800baa6a598f4e7db0f86e (patch) | |
tree | ed863c0ce8ca0afdea6de1e948f5d224ac4166e5 /sysutils/condor | |
parent | 45df5ddc58a68ca36b62f230215f75e5eb3b3598 (diff) | |
download | freebsd-ports-gnome-6ba2c9c66e5c9908af800baa6a598f4e7db0f86e.tar.gz freebsd-ports-gnome-6ba2c9c66e5c9908af800baa6a598f4e7db0f86e.tar.zst freebsd-ports-gnome-6ba2c9c66e5c9908af800baa6a598f4e7db0f86e.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
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 |