diff options
Diffstat (limited to 'sysutils/condor/Makefile')
-rw-r--r-- | sysutils/condor/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/condor/Makefile b/sysutils/condor/Makefile index a8c5f283f3d6..2633ea416fc6 100644 --- a/sysutils/condor/Makefile +++ b/sysutils/condor/Makefile @@ -13,10 +13,10 @@ COMMENT= High-throughput computing on distributively owned resources LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE-2.0.txt -LIB_DEPENDS+= libkrb5support.so:${PORTSDIR}/security/krb5 \ - libpcre.so:${PORTSDIR}/devel/pcre \ - libcurl.so:${PORTSDIR}/ftp/curl \ - libboost_python.so:${PORTSDIR}/devel/boost-python-libs +LIB_DEPENDS+= libkrb5support.so:security/krb5 \ + libpcre.so:devel/pcre \ + libcurl.so:ftp/curl \ + libboost_python.so:devel/boost-python-libs WRKSRC= ${WRKDIR}/condor-${PORTVERSION} USE_LDCONFIG= yes |