From ea8a0c39ba80e1d0561e96d7d00085067754bca3 Mon Sep 17 00:00:00 2001 From: pgollucci Date: Wed, 29 Apr 2009 01:39:25 +0000 Subject: - USE_APACHE=yes is deprecated - Pet Portlint PR: ports/133679 Approved by: maintainer timeout (2 weeks) Submitted by: me --- www/dotproject-devel/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/dotproject-devel/Makefile b/www/dotproject-devel/Makefile index 621c28db2446..42d8b27700f1 100644 --- a/www/dotproject-devel/Makefile +++ b/www/dotproject-devel/Makefile @@ -25,7 +25,7 @@ DOTPROJECTDIR= ${PREFIX}/www/${PORTNAME} NO_BUILD= yes USE_PHP= gd mysql session zlib WANT_PHP_WEB= yes -USE_APACHE= yes +USE_APACHE= 1.3 USE_MYSQL= yes SUB_LIST+= DOTPROJECTDIR=${DOTPROJECTDIR} @@ -33,7 +33,7 @@ SUB_FILES= pkg-message .if defined(WITH_JPGRAPH) RUN_DEPENDS+= ${LOCALBASE}/lib/X11/fonts/webfonts/arial.ttf:${PORTSDIR}/x11-fonts/webfonts \ - ${PREFIX}/share/jpgraph/jpgraph.php:${PORTSDIR}/graphics/jpgraph2 + ${LOCALBASE}/share/jpgraph/jpgraph.php:${PORTSDIR}/graphics/jpgraph2 .endif post-patch: -- cgit