diff options
author | tijl <tijl@FreeBSD.org> | 2015-01-15 17:05:37 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-01-15 17:05:37 +0800 |
commit | fab688a7c4153e7aad8d81aa6c70167666bae3d8 (patch) | |
tree | 03708cdbdeb7094897643531ddd754b2c9a2c51b /security/proxytunnel | |
parent | 829d284efdd1904e092f24ebc0a79dfa48355de1 (diff) | |
download | freebsd-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 'security/proxytunnel')
-rw-r--r-- | security/proxytunnel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/proxytunnel/Makefile b/security/proxytunnel/Makefile index cea07b7125ae..fae077e94406 100644 --- a/security/proxytunnel/Makefile +++ b/security/proxytunnel/Makefile @@ -3,6 +3,7 @@ PORTNAME= proxytunnel PORTVERSION= 1.9.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20source%20tarballs/${PORTNAME}%20${PORTVERSION} @@ -10,6 +11,7 @@ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Connects stdin and stdout to an origin server through an HTTPS proxy USES= pkgconfig gmake tar:tgz +USE_OPENSSL= yes ALL_TARGET= ${PORTNAME} |