aboutsummaryrefslogtreecommitdiff
path: root/net/ccxstream
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-10-20 07:50:40 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-10-20 07:50:40 +0000
commit18f5603079ed7d6e1b1468291a4a9be0a8d2abec (patch)
tree39714dce39a4d8b87cb0eb8b827c6d32bb44dceb /net/ccxstream
parent43cd2a0f9fc072a2b8f01c27448507907c14b05d (diff)
downloadports-18f5603079ed7d6e1b1468291a4a9be0a8d2abec.tar.gz
ports-18f5603079ed7d6e1b1468291a4a9be0a8d2abec.zip
net/ccxstream: Spell SO_KEEPALIVE_CFLAGS correctly
Broken in r353545 during conversion to options helpers.
Notes
Notes: svn path=/head/; revision=514880
Diffstat (limited to 'net/ccxstream')
-rw-r--r--net/ccxstream/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ccxstream/Makefile b/net/ccxstream/Makefile
index 96e5ab7cf42f..4e35b5332186 100644
--- a/net/ccxstream/Makefile
+++ b/net/ccxstream/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ccxstream
PORTVERSION= 1.0.15
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net
MASTER_SITES= SF/xbplayer/XStream%20Servers/ccXStream%20${PORTVERSION}%20for%20Linux
@@ -20,7 +20,7 @@ PORTDOCS= README ChangeLog TODO xbmsp-xml.txt xbmsp.txt
OPTIONS_DEFINE= SO_KEEPALIVE TCP_NODELAY DOCS
OPTIONS_DEFAULT=SO_KEEPALIVE
SO_KEEPALIVE_DESC= Build with SO_KEEPALIVE
-SO_KEEPALICE_CFLAGS= -DSO_KEEPALIVE
+SO_KEEPALIVE_CFLAGS= -DSO_KEEPALIVE
TCP_NODELAY_DESC= Build with TCP_NODELAY
TCP_NODELAY_CFLAGS= -DTCP_NODELAY