diff options
Diffstat (limited to 'net/ccxstream')
-rw-r--r-- | net/ccxstream/Makefile | 4 |
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 |