diff options
Diffstat (limited to 'net/proxychains-ng/Makefile')
-rw-r--r-- | net/proxychains-ng/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/proxychains-ng/Makefile b/net/proxychains-ng/Makefile index 352bff382f62..08e9e0897e4b 100644 --- a/net/proxychains-ng/Makefile +++ b/net/proxychains-ng/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= proxychains-ng -PORTVERSION= 4.13 +PORTVERSION= 4.14 DISTVERSIONPREFIX= v CATEGORIES= net security @@ -12,12 +12,12 @@ COMMENT= Redirect connection through proxy servers LICENSE= GPLv2 USES= gmake tar:bzip2 -GNU_CONFIGURE= yes -USE_GITHUB= yes USE_LDCONFIG= yes - +USE_GITHUB= yes GH_ACCOUNT= rofl0r +GNU_CONFIGURE= yes + CONFLICTS= proxychains-[0-9]* PORTDOCS= AUTHORS README TODO |