summaryrefslogtreecommitdiff
path: root/www/ap-php
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2005-10-08 16:49:35 +0000
committerjdolecek <jdolecek>2005-10-08 16:49:35 +0000
commitbe48bb04539f245135683d82d4d5f9fe6009d173 (patch)
tree3e60eb428af03290543276e72eff97b2d46753ca /www/ap-php
parentb9a8d580ee232731a02f1ea38ae3ea08098f3ec2 (diff)
downloadpkgsrc-be48bb04539f245135683d82d4d5f9fe6009d173.tar.gz
Unfortunately PHP has several openssl hooks, which are only enabled
when the base PHP is compiled with openssl extension (e.g. ssl://, tls:// stream support, and couple others). These don't work when SSL support is loaded via extension. For this reason, make openssl extension unconditionally built-in into the main PHP package, and g/c security/php-openssl.
Diffstat (limited to 'www/ap-php')
-rw-r--r--www/ap-php/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-php/Makefile b/www/ap-php/Makefile
index 5993c4e3bca..c29dbb4eb28 100644
--- a/www/ap-php/Makefile
+++ b/www/ap-php/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2005/10/07 16:51:41 jdolecek Exp $
+# $NetBSD: Makefile,v 1.5 2005/10/08 16:49:36 jdolecek Exp $
#
PKGNAME= ap-php-${PHP_BASE_VERS}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= Apache (${PKG_APACHE}) module for ${PKG_PHP}
APACHE_MODULE= YES