summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2014-04-01 00:40:05 +0000
committerMark Felder <feld@FreeBSD.org>2014-04-01 00:40:05 +0000
commit5c04ebd117c2d12fa04dc526a49230b5cbcc15a6 (patch)
tree4b77ed4865eed2eb3afe4da701dab1f2bc723e73
parentSupport stage (diff)
Update OpenSSL logic to match www/nginx-devel
PR: ports/182985 Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=349818
-rw-r--r--www/nginx/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile
index 439c12424a28..c18e6d488da2 100644
--- a/www/nginx/Makefile
+++ b/www/nginx/Makefile
@@ -3,7 +3,7 @@
PORTNAME= nginx
PORTVERSION= 1.4.7
-PORTEPOCH= 1
+PORTEPOCH= 2
CATEGORIES= www
MASTER_SITES= http://nginx.org/download/
MASTER_SITES+= ${MASTER_SITE_LOCAL}
@@ -850,8 +850,6 @@ USE_OPENSSL= yes
.if ${PORT_OPTIONS:MSPDY}
.if ${OSVERSION} < 1000028
WITH_OPENSSL_PORT= yes
-.else
-WITH_OPENSSL_BASE= yes
.endif
.endif
.endif