summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-11-17 17:31:41 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-11-17 17:31:41 +0000
commitc14b3b826831592fc884c27c63c3a24bc6fe7d48 (patch)
treedc94ee70636ec9c2472933ca12d334fbade73230
parentUpdate to 0.73 (diff)
Remove BUILD_DEPENDS
Notes
Notes: svn path=/head/; revision=485153
-rw-r--r--security/pear-Auth_SASL/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/pear-Auth_SASL/Makefile b/security/pear-Auth_SASL/Makefile
index de449e04b31f..8aa3a8547a7d 100644
--- a/security/pear-Auth_SASL/Makefile
+++ b/security/pear-Auth_SASL/Makefile
@@ -10,10 +10,10 @@ COMMENT= PEAR abstraction of various SASL mechanism responses
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>