Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Sep 2014 15:23:24 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369618 - head/security/pear-Auth_SASL
Message-ID:  <201409301523.s8UFNORD050891@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Sep 30 15:23:23 2014
New Revision: 369618
URL: http://svnweb.freebsd.org/changeset/ports/369618
QAT: https://qat.redports.org/buildarchive/r369618/

Log:
  - Pet portlint: move USES=pear downward

Modified:
  head/security/pear-Auth_SASL/Makefile

Modified: head/security/pear-Auth_SASL/Makefile
==============================================================================
--- head/security/pear-Auth_SASL/Makefile	Tue Sep 30 15:23:19 2014	(r369617)
+++ head/security/pear-Auth_SASL/Makefile	Tue Sep 30 15:23:23 2014	(r369618)
@@ -10,9 +10,9 @@ COMMENT=	PEAR abstraction of various SAS
 
 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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409301523.s8UFNORD050891>