Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Nov 2018 17:31:42 +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: r485153 - head/security/pear-Auth_SASL
Message-ID:  <201811171731.wAHHVg1N067066@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Nov 17 17:31:41 2018
New Revision: 485153
URL: https://svnweb.freebsd.org/changeset/ports/485153

Log:
  Remove BUILD_DEPENDS

Modified:
  head/security/pear-Auth_SASL/Makefile

Modified: head/security/pear-Auth_SASL/Makefile
==============================================================================
--- head/security/pear-Auth_SASL/Makefile	Sat Nov 17 17:31:33 2018	(r485152)
+++ head/security/pear-Auth_SASL/Makefile	Sat Nov 17 17:31:41 2018	(r485153)
@@ -10,10 +10,10 @@ COMMENT=	PEAR abstraction of various SASL mechanism re
 
 LICENSE=	BSD3CLAUSE
 
-BUILD_DEPENDS=	${PEAR_PKGNAMEPREFIX}Auth>=0:security/pear-Auth@${PHP_FLAVOR}
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${PEAR_PKGNAMEPREFIX}Auth>=0:security/pear-Auth@${PHP_FLAVOR}
 
-NO_ARCH=	yes
 USES=		pear
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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