diff options
author | barner <barner@FreeBSD.org> | 2006-02-01 12:18:28 +0000 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2006-02-01 12:18:28 +0000 |
commit | 249aff324dcabe47e4a8898ab88725a53a7f77de (patch) | |
tree | 37e9a2172d99c87df8eb8449fe52042b6a4c42df /www | |
parent | 61923b00944467a878358fc927be98120f93901c (diff) | |
download | FreeBSD-ports-249aff324dcabe47e4a8898ab88725a53a7f77de.zip FreeBSD-ports-249aff324dcabe47e4a8898ab88725a53a7f77de.tar.gz |
- Spell USE_APACHE correctly, and thereby fix dependencies
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
(maintainer)
PR: ports/92562
Diffstat (limited to 'www')
-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 6452ad3..9f651ce 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 |