diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-05-06 14:31:30 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-05-06 14:31:30 +0000 |
commit | fbc062586d44d65699efa4198156cfe3fc6c20d4 (patch) | |
tree | faff27d32fb3b32e1b3118d4329c734a52983d1d /www/wordpress | |
parent | Update to 2.0.6a and Portlint happy. (diff) |
Fix or remove obsolate or broken ways to depend on php.
Notes
Notes:
svn path=/head/; revision=161496
Diffstat (limited to 'www/wordpress')
-rw-r--r-- | www/wordpress/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/wordpress/Makefile b/www/wordpress/Makefile index 0ddcda642434..73aa64be91ff 100644 --- a/www/wordpress/Makefile +++ b/www/wordpress/Makefile @@ -18,7 +18,6 @@ COMMENT= A state-of-the-art semantic personal publishing platform WRKSRC= ${WRKDIR}/${PORTNAME} USE_PHP= mysql pcre xml -PHP4_PORT?= www/mod_php4 NO_BUILD= YES WANT_PHP_WEB= YES WORDPRESS?= www/data/wordpress |