svn commit: r391787 - head/security/pear-Auth_SASL

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jul 12 16:07:06 UTC 2015


Author: sunpoet
Date: Sun Jul 12 16:07:05 2015
New Revision: 391787
URL: https://svnweb.freebsd.org/changeset/ports/391787

Log:
  - Add NO_ARCH

Modified:
  head/security/pear-Auth_SASL/Makefile

Modified: head/security/pear-Auth_SASL/Makefile
==============================================================================
--- head/security/pear-Auth_SASL/Makefile	Sun Jul 12 16:07:00 2015	(r391786)
+++ head/security/pear-Auth_SASL/Makefile	Sun Jul 12 16:07:05 2015	(r391787)
@@ -11,8 +11,9 @@ COMMENT=	PEAR abstraction of various SAS
 LICENSE=	BSD3CLAUSE
 
 BUILD_DEPENDS=	${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth
-RUN_DEPENDS=	${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USES=		pear
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list