From a7408414c13777818853721c1693ab78b9160134 Mon Sep 17 00:00:00 2001 From: adrianp Date: Mon, 16 Feb 2009 21:02:26 +0000 Subject: Add in optional support for Unicode - no change from the defaults --- www/drupal6/options.mk | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'www/drupal6') diff --git a/www/drupal6/options.mk b/www/drupal6/options.mk index 35ab1c4f6bf..4338d1743a5 100644 --- a/www/drupal6/options.mk +++ b/www/drupal6/options.mk @@ -1,11 +1,11 @@ -# $NetBSD: options.mk,v 1.2 2008/10/24 18:52:31 adrianp Exp $ +# $NetBSD: options.mk,v 1.3 2009/02/16 21:02:26 adrianp Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.drupal PKG_OPTIONS_REQUIRED_GROUPS= db PKG_OPTIONS_GROUP.db= mysql pgsql -PKG_SUPPORTED_OPTIONS= drupal-xmlservices apache +PKG_SUPPORTED_OPTIONS= drupal-xmlservices apache unicode PKG_SUGGESTED_OPTIONS= mysql drupal-xmlservices apache .include "../../mk/bsd.options.mk" @@ -36,6 +36,13 @@ DEPENDS+= ${PHP_PKG_PREFIX}-dom-[0-9]*:../../textproc/php5-dom . endif .endif +### +### Support for unicode +### +.if !empty(PKG_OPTIONS:Municode) +DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=4.3.3:../../misc/php-mbstring +.endif + ### ### Drupal can run on a number of web servers, we support apache by default ### -- cgit v1.2.3