diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-06-24 13:18:46 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-06-24 13:18:46 +0000 |
commit | 3e0a826f1a6c88a420094000fc4d58017c8b2578 (patch) | |
tree | 915b4adaa4a3c52bd5b421d9e30448269bfd5318 /security | |
parent | bc68e966b4325f1e0915b9ca2fd81157fa7a5e17 (diff) | |
download | ports-3e0a826f1a6c88a420094000fc4d58017c8b2578.tar.gz ports-3e0a826f1a6c88a420094000fc4d58017c8b2578.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/php-Auth_OpenID/Makefile | 2 |
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> |