aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-09-30 23:23:23 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-09-30 23:23:23 +0800
commit3a3b3aaccecc389b7ac8c0a0309bfcc92a41ec84 (patch)
tree58e2f6e2d2d2e2d95b1d591acdc3356df0ffcc1a /security
parenta1d208a8caeaf982217305173813235f36dd813a (diff)
downloadfreebsd-ports-gnome-3a3b3aaccecc389b7ac8c0a0309bfcc92a41ec84.tar.gz
freebsd-ports-gnome-3a3b3aaccecc389b7ac8c0a0309bfcc92a41ec84.tar.zst
freebsd-ports-gnome-3a3b3aaccecc389b7ac8c0a0309bfcc92a41ec84.zip
- Pet portlint: move USES=pear downward
Diffstat (limited to 'security')
-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>