diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-04-29 09:39:25 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-04-29 09:39:25 +0800 |
commit | ea8a0c39ba80e1d0561e96d7d00085067754bca3 (patch) | |
tree | ea4dda3914af7885ce39f546124924674502a64d /www/dotproject-devel | |
parent | e07de251146c3b22b44d5762c2c58999d07bef5b (diff) | |
download | freebsd-ports-gnome-ea8a0c39ba80e1d0561e96d7d00085067754bca3.tar.gz freebsd-ports-gnome-ea8a0c39ba80e1d0561e96d7d00085067754bca3.tar.zst freebsd-ports-gnome-ea8a0c39ba80e1d0561e96d7d00085067754bca3.zip |
- USE_APACHE=yes is deprecated
- Pet Portlint
PR: ports/133679
Approved by: maintainer timeout (2 weeks)
Submitted by: me
Diffstat (limited to 'www/dotproject-devel')
-rw-r--r-- | www/dotproject-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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: |