Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jul 2015 16:07:06 +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: r391787 - head/security/pear-Auth_SASL
Message-ID:  <201507121607.t6CG76Eg074164@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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