diff options
author | ohauer <ohauer@FreeBSD.org> | 2012-09-05 06:27:55 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2012-09-05 06:27:55 +0800 |
commit | ffea5cf00ae0f4c4bf0aae8b1cdf61d41692bb7a (patch) | |
tree | d04edfd0a189102539fb6f8b0878a6ee664601a1 /www/dojo | |
parent | 5fa94dfd0d946a3a8dfc7f3d51389fe94b63475b (diff) | |
download | freebsd-ports-graphics-ffea5cf00ae0f4c4bf0aae8b1cdf61d41692bb7a.tar.gz freebsd-ports-graphics-ffea5cf00ae0f4c4bf0aae8b1cdf61d41692bb7a.tar.zst freebsd-ports-graphics-ffea5cf00ae0f4c4bf0aae8b1cdf61d41692bb7a.zip |
- unbreak build
since the port has NO_BUILD set use s/USE_APACHE/USE_APACHE_RUN/
with hat apache@
Diffstat (limited to 'www/dojo')
-rw-r--r-- | www/dojo/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/www/dojo/Makefile b/www/dojo/Makefile index 534fe4ffde1..b184ccce5a8 100644 --- a/www/dojo/Makefile +++ b/www/dojo/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: dojo -# Date created: 2008-01-29 -# Whom: Greg Larkin <glarkin@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= dojo PORTVERSION= 1.5.0 @@ -22,7 +17,7 @@ OPTIONS= APACHE "Configure for Apache-2.x" off .include <bsd.port.pre.mk> .if defined(WITH_APACHE) -USE_APACHE= 22+ +USE_APACHE_RUN= 22+ CONFDIR= ${PREFIX}/${CONFDIR_REL} CONFDIR_REL= ${APACHEETCDIR}/Includes PLIST_SUB+= NOAPACHE="" CONFDIR=${CONFDIR_REL} |