diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-04-23 15:59:07 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-04-23 15:59:07 +0800 |
commit | 40c82cef5edd181d0bee8df80bb93750cf211638 (patch) | |
tree | 462529ebe7ae765aa5817eea0fad95fc123601d3 /security/proxytunnel | |
parent | 8096c4079ad1532b209ccced89e97011640b0cb7 (diff) | |
download | freebsd-ports-gnome-40c82cef5edd181d0bee8df80bb93750cf211638.tar.gz freebsd-ports-gnome-40c82cef5edd181d0bee8df80bb93750cf211638.tar.zst freebsd-ports-gnome-40c82cef5edd181d0bee8df80bb93750cf211638.zip |
Convert to USES=pkgconfig
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} |