aboutsummaryrefslogtreecommitdiffstats
path: root/security/pear-Auth_SASL
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2018-11-18 01:31:41 +0800
committersunpoet <sunpoet@FreeBSD.org>2018-11-18 01:31:41 +0800
commit03b133248fa7c57f50e17a0e69adcb2ccc2fb3f8 (patch)
treedc94ee70636ec9c2472933ca12d334fbade73230 /security/pear-Auth_SASL
parent1ba14fd4ca4255738900567a9a5e58ca703d55d4 (diff)
downloadfreebsd-ports-gnome-03b133248fa7c57f50e17a0e69adcb2ccc2fb3f8.tar.gz
freebsd-ports-gnome-03b133248fa7c57f50e17a0e69adcb2ccc2fb3f8.tar.zst
freebsd-ports-gnome-03b133248fa7c57f50e17a0e69adcb2ccc2fb3f8.zip
Remove BUILD_DEPENDS
Diffstat (limited to 'security/pear-Auth_SASL')
-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>