From 3e0a826f1a6c88a420094000fc4d58017c8b2578 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Tue, 24 Jun 2008 13:18:46 +0000 Subject: [PATCH] Add dependency on phpX-dom PR: ports/124734 Submitted by: Edwin Groothuis --- security/php-Auth_OpenID/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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