aboutsummaryrefslogtreecommitdiffstats
path: root/net/l4ip
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2015-01-15 17:05:37 +0800
committertijl <tijl@FreeBSD.org>2015-01-15 17:05:37 +0800
commitfab688a7c4153e7aad8d81aa6c70167666bae3d8 (patch)
tree03708cdbdeb7094897643531ddd754b2c9a2c51b /net/l4ip
parent829d284efdd1904e092f24ebc0a79dfa48355de1 (diff)
downloadfreebsd-ports-gnome-fab688a7c4153e7aad8d81aa6c70167666bae3d8.tar.gz
freebsd-ports-gnome-fab688a7c4153e7aad8d81aa6c70167666bae3d8.tar.zst
freebsd-ports-gnome-fab688a7c4153e7aad8d81aa6c70167666bae3d8.zip
Add missing USE_OPENSSL=yes
PR: 195796
Diffstat (limited to 'net/l4ip')
-rw-r--r--net/l4ip/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/l4ip/Makefile b/net/l4ip/Makefile
index 23cb6bb2e13b..196e3b0732da 100644
--- a/net/l4ip/Makefile
+++ b/net/l4ip/Makefile
@@ -3,6 +3,7 @@
PORTNAME= l4ip
PORTVERSION= 1.0.294
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.lundman.net/ftp/l4ip/
DISTNAME= ${PORTNAME}-${PORTVERSION:C/([0-9]*)\.([0-9]*)\.([0-9]*)/v\1.\2.b\3/}
@@ -11,6 +12,7 @@ MAINTAINER= leeym@FreeBSD.org
COMMENT= L4 health check daemon for IPFILTER
USES= gmake tar:tgz
+USE_OPENSSL= yes
WRKSRC= ${WRKDIR}/${PORTNAME}/src
post-patch: