summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2005-10-23 16:59:49 +0000
committerjdolecek <jdolecek>2005-10-23 16:59:49 +0000
commita0fa1d700265aaba3b89a6ca103c839a4eaba20c (patch)
tree80b59dfd71fb618933f05c35253d86a159079352 /lang
parentcccc6350be6ddf767c8bc87d591a19ce90f83a90 (diff)
downloadpkgsrc-a0fa1d700265aaba3b89a6ca103c839a4eaba20c.tar.gz
php regex is also necessary on Linux; pointed out by Ondrej Tuma
in private e-mail
Diffstat (limited to 'lang')
-rw-r--r--lang/php5/Makefile.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php5/Makefile.php b/lang/php5/Makefile.php
index 3ce1fccaf89..d16583e9b0a 100644
--- a/lang/php5/Makefile.php
+++ b/lang/php5/Makefile.php
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.php,v 1.11 2005/10/19 18:11:26 tv Exp $
+# $NetBSD: Makefile.php,v 1.12 2005/10/23 16:59:49 jdolecek Exp $
#
.include "../../lang/php5/Makefile.common"
@@ -20,7 +20,7 @@ PLIST_SUBST+= PHP_EXTENSION_DIR=${PHP_EXTENSION_DIR}
CONFIGURE_ARGS+= --with-config-file-path=${PKG_SYSCONFDIR}
# The Solaris system regex structures miss re_magic used by PHP build
-.if ${OPSYS} != "SunOS"
+.if (${OPSYS} != "SunOS") && (${OPSYS} != "Linux")
CONFIGURE_ARGS+= --with-regex=system
.else
CONFIGURE_ARGS+= --with-regex=php