diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-29 07:00:11 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-29 07:00:11 +0000 |
commit | a05598563402d4503862f102b1de78db3e346b27 (patch) | |
tree | 59a5cf4e51fb1dfae47727100f545018cf248369 | |
parent | 909becf72d713272f38f093389964739bdff2757 (diff) | |
download | ports-a05598563402d4503862f102b1de78db3e346b27.tar.gz ports-a05598563402d4503862f102b1de78db3e346b27.zip |
Notes
-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 |