diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-11-29 15:00:11 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-11-29 15:00:11 +0800 |
commit | c2e7fff40d24327a62e51d50ab83b20a0d3c5c45 (patch) | |
tree | 59a5cf4e51fb1dfae47727100f545018cf248369 /security/pear-Auth_SASL | |
parent | 8733c4499e718b7af2f66d0bb2efdcd67a1bfce7 (diff) | |
download | freebsd-ports-gnome-c2e7fff40d24327a62e51d50ab83b20a0d3c5c45.tar.gz freebsd-ports-gnome-c2e7fff40d24327a62e51d50ab83b20a0d3c5c45.tar.zst freebsd-ports-gnome-c2e7fff40d24327a62e51d50ab83b20a0d3c5c45.zip |
- Cosmetic change
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 |