diff options
Diffstat (limited to 'www/mod_php4/scripts/configure.php')
-rw-r--r-- | www/mod_php4/scripts/configure.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php index c3c13bf..1baa169 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/scripts/configure.php @@ -154,8 +154,8 @@ while [ "$1" ]; do echo "CONFIGURE_ARGS+=--enable-ftp" ;; \"gettext\") - echo "LIB_DEPENDS+= intl.1:${PORTSDIR}/devel/gettext" - echo "CONFIGURE_ARGS+=--with-gettext=${PREFIX}" + echo "LIB_DEPENDS+= intl.1:\${PORTSDIR}/devel/gettext" + echo "CONFIGURE_ARGS+=--with-gettext=\${PREFIX}" ;; *) echo "Invalid option(s): $*" > /dev/stderr |