diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-23 08:56:57 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-23 08:56:57 +0000 |
commit | 9e3a7f5bf82db0cabff5d50280478820699e0d9a (patch) | |
tree | 34d73bb2f86e07f8ac669ff64cecf8d23e79ab1f /net/proxy-suite/Makefile | |
parent | 96b9b05411d41973fc133f46d73ae6a5cf1779eb (diff) | |
download | ports-9e3a7f5bf82db0cabff5d50280478820699e0d9a.tar.gz ports-9e3a7f5bf82db0cabff5d50280478820699e0d9a.zip |
Notes
Diffstat (limited to 'net/proxy-suite/Makefile')
-rw-r--r-- | net/proxy-suite/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net/proxy-suite/Makefile b/net/proxy-suite/Makefile index d008192b845d..ac418399a372 100644 --- a/net/proxy-suite/Makefile +++ b/net/proxy-suite/Makefile @@ -16,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_AUTOCONF_VER= 253 +USE_AUTOCONF_VER= 253 USE_GMAKE= yes # @@ -31,7 +31,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --with-libwrap=/usr/lib --with-regex \ # OPTIONAL: RFC1579 support -- not complete yet. # .if defined(WITH_RFC1579) -CONFIGURE_ARGS+= --enable-rfc1579 +CONFIGURE_ARGS+= --enable-rfc1579 .endif # @@ -58,10 +58,6 @@ MAN5= ftp-proxy.conf.5 .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 502105 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - pre-install: @${STRIP_CMD} ${WRKSRC}/ftp-proxy/ftp-proxy |