diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-09-30 23:23:23 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-09-30 23:23:23 +0800 |
commit | 3a3b3aaccecc389b7ac8c0a0309bfcc92a41ec84 (patch) | |
tree | 58e2f6e2d2d2e2d95b1d591acdc3356df0ffcc1a /security | |
parent | a1d208a8caeaf982217305173813235f36dd813a (diff) | |
download | freebsd-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/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> |