aboutsummaryrefslogtreecommitdiff
path: root/audio/icecast-kh
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-10-26 14:05:21 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-10-26 14:05:21 +0000
commit049b644311143bf39a917c11650675301907236f (patch)
tree60512c2dda1429a51712f6fa7c2f1af59d5a402c /audio/icecast-kh
parenta01aad95ed1028a359307a4921cb1b96daabfde3 (diff)
downloadports-049b644311143bf39a917c11650675301907236f.tar.gz
ports-049b644311143bf39a917c11650675301907236f.zip
The OpenSSL selection is done globally with DEFAULT_VERSIONS.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=424705
Diffstat (limited to 'audio/icecast-kh')
-rw-r--r--audio/icecast-kh/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/audio/icecast-kh/Makefile b/audio/icecast-kh/Makefile
index 9597bf2d522f..b8288e6b989a 100644
--- a/audio/icecast-kh/Makefile
+++ b/audio/icecast-kh/Makefile
@@ -4,7 +4,7 @@
PORTNAME= icecast
DISTVERSIONPREFIX= icecast-
DISTVERSION= ${ICVERSION}-kh${KH}
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio net ipv6
PKGNAMESUFFIX= -kh
@@ -23,7 +23,7 @@ USE_GITHUB= yes
GH_ACCOUNT= karlheyes
GH_PROJECT= icecast-kh
-USES= gmake pkgconfig
+USES= gmake pkgconfig ssl
GNU_CONFIGURE= yes
USE_RC_SUBR= ${PORTNAME}
SUB_FILES= pkg-message
@@ -34,12 +34,11 @@ LDFLAGS+= -L${LOCALBASE}/lib
ICVERSION= 2.3.3
KH= 10
-OPTIONS_DEFINE= CURL DOCS KATE SPEEX SSL_PORT
+OPTIONS_DEFINE= CURL DOCS KATE SPEEX
OPTIONS_DEFAULT= CURL KATE SPEEX
CURL_DESC= Support Directory server interaction (YP) via curl
KATE_DESC= Support Kate/Skeleton codec within Ogg streams
SPEEX_DESC= Support Speex codec within Ogg streams
-SSL_PORT_DESC= Use OpenSSL from ports instead of one in the base
CONFLICTS_INSTALL= icecast-[0-9]* icecast2-[0-9]*
@@ -65,10 +64,4 @@ CONFIGURE_ARGS+= --with-speex=${LOCALBASE}
CONFIGURE_ARGS+= --without-speex
.endif
-.if ${PORT_OPTIONS:MSSL_PORT}
-WITH_OPENSSL_PORT= yes
-.else
-WITH_OPENSSL_BASE= yes
-.endif
-
.include <bsd.port.mk>