diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-09-30 15:23:23 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-09-30 15:23:23 +0000 |
commit | ffae57f93e5b35646387293c0212fbcd698845a6 (patch) | |
tree | 58e2f6e2d2d2e2d95b1d591acdc3356df0ffcc1a | |
parent | 6da647b62fa4698366735e4f3437d51bbeb92b61 (diff) |
Notes
-rw-r--r-- | security/pear-Auth_SASL/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pear-Auth_SASL/Makefile b/security/pear-Auth_SASL/Makefile index 8fc7190536f1..5718a42568ba 100644 --- a/security/pear-Auth_SASL/Makefile +++ b/security/pear-Auth_SASL/Makefile @@ -10,9 +10,9 @@ COMMENT= PEAR abstraction of various SASL mechanism responses LICENSE= BSD3CLAUSE -USES= pear - BUILD_DEPENDS= ${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth RUN_DEPENDS= ${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth +USES= pear + .include <bsd.port.mk> |