diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-04-23 07:59:07 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-04-23 07:59:07 +0000 |
commit | be329624ed385869126646c299edfe2816d1fbc9 (patch) | |
tree | 462529ebe7ae765aa5817eea0fad95fc123601d3 /security/proxytunnel | |
parent | 3e3538ea4dd3d256d9c405c0ac92ec3c33b54649 (diff) |
Notes
Diffstat (limited to 'security/proxytunnel')
-rw-r--r-- | security/proxytunnel/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/security/proxytunnel/Makefile b/security/proxytunnel/Makefile index d31f648299b5..13433ccb16a4 100644 --- a/security/proxytunnel/Makefile +++ b/security/proxytunnel/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: proxytunnel -# Date created: Sun Nov 25 15:16:44 BRST 2001 -# Whom: Hammurabi Mendes <hmendes@brturbo.com> -# +# Created by: Hammurabi Mendes <hmendes@brturbo.com> # $FreeBSD$ -# PORTNAME= proxytunnel PORTVERSION= 1.9.0 @@ -15,7 +11,7 @@ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Connects stdin and stdout to an origin server through an HTTPS proxy USE_GMAKE= yes -USE_PKGCONFIG= build +USES= pkgconfig:build MAKE_JOBS_SAFE= yes ALL_TARGET= ${PORTNAME} |