aboutsummaryrefslogtreecommitdiff
path: root/security/pear-Auth_SASL
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-09-30 15:23:23 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-09-30 15:23:23 +0000
commitffae57f93e5b35646387293c0212fbcd698845a6 (patch)
tree58e2f6e2d2d2e2d95b1d591acdc3356df0ffcc1a /security/pear-Auth_SASL
parent6da647b62fa4698366735e4f3437d51bbeb92b61 (diff)
downloadports-ffae57f93e5b35646387293c0212fbcd698845a6.tar.gz
ports-ffae57f93e5b35646387293c0212fbcd698845a6.zip
- Pet portlint: move USES=pear downward
Notes
Notes: svn path=/head/; revision=369618
Diffstat (limited to 'security/pear-Auth_SASL')
-rw-r--r--security/pear-Auth_SASL/Makefile4
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>