aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2008-06-24 21:18:46 +0800
committeredwin <edwin@FreeBSD.org>2008-06-24 21:18:46 +0800
commitb22c0f41b7fb606a1b4d8130677772a868bb6732 (patch)
tree0f3c84f4d65a777df521431d06ffdbc20af7b65b /security
parent3a452ac07da30f10411b266eb04d2fda3f838263 (diff)
downloadfreebsd-ports-gnome-b22c0f41b7fb606a1b4d8130677772a868bb6732.tar.gz
freebsd-ports-gnome-b22c0f41b7fb606a1b4d8130677772a868bb6732.tar.zst
freebsd-ports-gnome-b22c0f41b7fb606a1b4d8130677772a868bb6732.zip
Add dependency on phpX-dom
PR: ports/124734 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'security')
-rw-r--r--security/php-Auth_OpenID/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/php-Auth_OpenID/Makefile b/security/php-Auth_OpenID/Makefile
index fb5ab08b64b5..12a160c3c021 100644
--- a/security/php-Auth_OpenID/Makefile
+++ b/security/php-Auth_OpenID/Makefile
@@ -27,7 +27,7 @@ OPTIONS= BCMATH "Use bcmath instead of libgmp" off \
PGSQL "Use pgsql" off \
SQLITE "Use sqlite" off
-USE_PHP= curl
+USE_PHP= curl dom
.include <bsd.port.pre.mk>