aboutsummaryrefslogtreecommitdiff
path: root/www/nginx-devel
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2009-05-28 19:48:11 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2009-05-28 19:48:11 +0000
commit6126e38d1c377bec7c7b8c5a940b53abae5380c9 (patch)
tree3cad9831de1b700f969709c9a60d69f5ba6d100f /www/nginx-devel
parentad8d71c0baba734b784d720b12902fb950176f5b (diff)
downloadports-6126e38d1c377bec7c7b8c5a940b53abae5380c9.tar.gz
ports-6126e38d1c377bec7c7b8c5a940b53abae5380c9.zip
Notes
Diffstat (limited to 'www/nginx-devel')
-rw-r--r--www/nginx-devel/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index 0389c4156f0a..4098e69727b2 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -17,6 +17,8 @@ PKGNAMESUFFIX= -devel
MAINTAINER= osa@FreeBSD.org
COMMENT= Robust and small WWW server
+IGNORE= The same version available in www/nginx
+
OPTIONS= DEBUG "Enable nginx debugging" off \
IPV6 "Enable IPv6" off \
GOOGLE_PERFTOOLS "Enable google perftools module" off \
@@ -69,7 +71,7 @@ NGINX_RUNDIR?= ${NGINX_VARDIR}/run
NGINX_TMPDIR?= ${NGINX_VARDIR}/tmp/nginx
HTTP_PORT?= 80
-CONFLICTS?= nginx-0.6.*
+CONFLICTS?= nginx-0.7.*
USE_RC_SUBR= nginx.sh
SUB_LIST+= RC_SUBR_SUFFIX=${RC_SUBR_SUFFIX} WWWOWN=${WWWOWN}