diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-30 04:47:36 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-30 04:47:36 +0000 |
commit | c07b3d06f74c2b1f5144739f606ea2f60e5c4125 (patch) | |
tree | 75bc18c02ad45658df6e53d5864baec96c002730 /net/proxy-suite/Makefile | |
parent | 980b4f867dba0a997b3f1336459072e6da844359 (diff) | |
download | FreeBSD-ports-c07b3d06f74c2b1f5144739f606ea2f60e5c4125.zip FreeBSD-ports-c07b3d06f74c2b1f5144739f606ea2f60e5c4125.tar.gz |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe
Diffstat (limited to 'net/proxy-suite/Makefile')
-rw-r--r-- | net/proxy-suite/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/proxy-suite/Makefile b/net/proxy-suite/Makefile index e53d887..93009bc 100644 --- a/net/proxy-suite/Makefile +++ b/net/proxy-suite/Makefile @@ -7,6 +7,7 @@ PORTNAME= proxy-suite PORTVERSION= 1.9.2.4 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.suse.com/pub/projects/proxy-suite/src/ \ ftp://ftp.gwdg.de/pub/linux/suse/ftp.suse.com/projects/proxy-suite/src/ \ @@ -15,7 +16,7 @@ MASTER_SITES= ftp://ftp.suse.com/pub/projects/proxy-suite/src/ \ MAINTAINER= thomas@cuivre.fr.eu.org COMMENT= The SuSE Proxy-Suite, a set of programs to enhance firewall security -USE_AUTOTOOLS= autoconf:253 +USE_AUTOTOOLS= autoconf:261 USE_GMAKE= yes USE_BZIP2= yes |