diff options
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} |