diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-07-12 16:07:05 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-07-12 16:07:05 +0000 |
commit | 77a41ef2cbf41e327ce35140fc8f5863bf8415cc (patch) | |
tree | b07e9fb1e2713ad3e6ea247a499d37cc2637859b /security/pear-Auth_SASL | |
parent | 1e748eedae6a2acfe49c785310f9a94f52fb5b61 (diff) | |
download | ports-77a41ef2cbf41e327ce35140fc8f5863bf8415cc.tar.gz ports-77a41ef2cbf41e327ce35140fc8f5863bf8415cc.zip |
Notes
Diffstat (limited to 'security/pear-Auth_SASL')
-rw-r--r-- | security/pear-Auth_SASL/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/pear-Auth_SASL/Makefile b/security/pear-Auth_SASL/Makefile index 5718a42568ba..48b11fee9105 100644 --- a/security/pear-Auth_SASL/Makefile +++ b/security/pear-Auth_SASL/Makefile @@ -11,8 +11,9 @@ COMMENT= PEAR abstraction of various SASL mechanism responses LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth -RUN_DEPENDS= ${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth +RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= pear .include <bsd.port.mk> |