diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-05-08 23:55:03 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-05-08 23:55:03 +0800 |
commit | aea794f82229d8ab6db87d775827aad7fdbefc8a (patch) | |
tree | 06bcc3c15c333a206f570cf8fa9e4270c5810e9d /www | |
parent | 6338f34d864f734e38b665471bcb4ced5c2df6f2 (diff) | |
download | freebsd-ports-gnome-aea794f82229d8ab6db87d775827aad7fdbefc8a.tar.gz freebsd-ports-gnome-aea794f82229d8ab6db87d775827aad7fdbefc8a.tar.zst freebsd-ports-gnome-aea794f82229d8ab6db87d775827aad7fdbefc8a.zip |
- USE_APACHE=yes is deprecated
PR: ports/133681
Approved by: maintainer timeout (30 days)
Submitted by: me
Diffstat (limited to 'www')
-rw-r--r-- | www/kdedict/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/kdedict/Makefile b/www/kdedict/Makefile index 43644290377c..f48f2e4ce8f9 100644 --- a/www/kdedict/Makefile +++ b/www/kdedict/Makefile @@ -24,7 +24,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes USE_PERL5_RUN= yes -USE_APACHE= yes +USE_APACHE= 1.3 CGI_DIR?= ${PREFIX}/www/cgi-bin SUB_FILES= pkg-message |