diff options
| author | Simon Barner <barner@FreeBSD.org> | 2006-02-01 12:18:28 +0000 |
|---|---|---|
| committer | Simon Barner <barner@FreeBSD.org> | 2006-02-01 12:18:28 +0000 |
| commit | 2520f7821ea600c66dcf069516c0cc315f4f58e7 (patch) | |
| tree | 298079c62853d33641a0f5ef83910472bf904227 | |
| parent | - Update to 0.97.5 (diff) | |
- Spell USE_APACHE correctly, and thereby fix dependencies
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
(maintainer)
PR: ports/92562
| -rw-r--r-- | www/kdedict/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/kdedict/Makefile b/www/kdedict/Makefile index 6452ad3dcfe8..9f651ce58c16 100644 --- a/www/kdedict/Makefile +++ b/www/kdedict/Makefile @@ -3,11 +3,12 @@ # Whom: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> # # $FreeBSD$ -# $Tecnik: ports/www/kdedict/Makefile,v 1.1 2005/12/16 16:44:16 itetcu Exp $ +# $Tecnik: ports/www/kdedict/Makefile,v 1.3 2006/01/30 19:27:22 itetcu Exp $ # PORTNAME= kdedict PORTVERSION= 20030925 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ftp://ftp.i18n.kde.org/tools/${PORTNAME}/ \ http://people.tecnik93.com/~itetcu/FreeBSD/ports/${PORTNAME}/sources/ @@ -23,7 +24,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes USE_PERL5_RUN= yes -USE_APACE= yes +USE_APACHE= yes USE_REINPLACE= yes CGI_DIR?= ${PREFIX}/www/cgi-bin |
