diff options
Diffstat (limited to 'security/pear-Auth_SASL')
-rw-r--r-- | security/pear-Auth_SASL/Makefile | 2 | ||||
-rw-r--r-- | security/pear-Auth_SASL/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/pear-Auth_SASL/Makefile b/security/pear-Auth_SASL/Makefile index 48b11fee9105..0418cedf4dbd 100644 --- a/security/pear-Auth_SASL/Makefile +++ b/security/pear-Auth_SASL/Makefile @@ -10,7 +10,7 @@ COMMENT= PEAR abstraction of various SASL mechanism responses LICENSE= BSD3CLAUSE -BUILD_DEPENDS= ${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth +BUILD_DEPENDS= pear-Auth>=0:${PORTSDIR}/security/pear-Auth RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes diff --git a/security/pear-Auth_SASL/pkg-descr b/security/pear-Auth_SASL/pkg-descr index eb6e3eb4940e..ef98c2c2e0f5 100644 --- a/security/pear-Auth_SASL/pkg-descr +++ b/security/pear-Auth_SASL/pkg-descr @@ -5,4 +5,4 @@ Provides PHP code to generate responses to common SASL mechanisms, including: - Anonymous - Login (Pseudo mechanism). -WWW: http://pear.php.net/package/Auth_SASL/ +WWW: http://pear.php.net/package/Auth_SASL |