diff options
author | dirk <dirk@FreeBSD.org> | 2003-02-06 10:35:50 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2003-02-06 10:35:50 +0000 |
commit | 39d2ff711caa9748b0a2e75bdcc1f78d7de92da5 (patch) | |
tree | 5cceaf0168d14ffe0097a148d943ca2d9de43105 /www/mod_php5/Makefile | |
parent | b734448eb85a5bc0ed93173333fb54cd4928e645 (diff) | |
download | FreeBSD-ports-39d2ff711caa9748b0a2e75bdcc1f78d7de92da5.zip FreeBSD-ports-39d2ff711caa9748b0a2e75bdcc1f78d7de92da5.tar.gz |
- ${PREFIX}/lib/php/Image/ isn't created by php-4.3.0 anymore
- name of extension dir is no-debug-non-zts-* always (doesn't matter
if apache13 or apache2 is used)
Submitted by: max
Diffstat (limited to 'www/mod_php5/Makefile')
-rw-r--r-- | www/mod_php5/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile index b767a45..9d57f31 100644 --- a/www/mod_php5/Makefile +++ b/www/mod_php5/Makefile @@ -47,12 +47,10 @@ IS_INTERACTIVE= yes .if defined(WITH_APACHE2) CONFIGURE_ARGS= --with-apxs2=${PREFIX}/sbin/apxs \ --with-tsrm-pth -PLIST_SUB= MOD_DIR=libexec/apache2 \ - NON= +PLIST_SUB= MOD_DIR=libexec/apache2 .else CONFIGURE_ARGS= --with-apxs=${PREFIX}/sbin/apxs -PLIST_SUB= MOD_DIR=libexec/apache \ - NON=non- +PLIST_SUB= MOD_DIR=libexec/apache .endif CONFIGURE_ARGS+=--with-config-file-path=${PREFIX}/etc \ --enable-versioning \ |