diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-14 18:42:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-14 18:42:04 +0000 |
commit | ffb7170399b77f34a48875ad6468eb796f00aed3 (patch) | |
tree | 3a1e4c5d813ec945366f43d48f94fa325ba0ead9 /security/py-kerberos | |
parent | c60af5b21ccf5bfc632b51afe126bbc7dac29ddd (diff) |
Notes
Diffstat (limited to 'security/py-kerberos')
-rw-r--r-- | security/py-kerberos/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-kerberos/Makefile b/security/py-kerberos/Makefile index 3072b2ce46ae..74295d986473 100644 --- a/security/py-kerberos/Makefile +++ b/security/py-kerberos/Makefile @@ -13,8 +13,8 @@ COMMENT= Kerberos bindings for python LICENSE= APACHE20 -BUILD_DEPENDS= krb5-config:${PORTSDIR}/security/krb5 -LIB_DEPENDS= krb5support.0:${PORTSDIR}/security/krb5 +BUILD_DEPENDS= libkrb5-config.so:${PORTSDIR}/security/krb5 +LIB_DEPENDS= libkrb5support.so:${PORTSDIR}/security/krb5 USE_PYTHON= yes USE_PYDISTUTILS= yes |