From 9e3a7f5bf82db0cabff5d50280478820699e0d9a Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Tue, 23 Mar 2004 08:56:57 +0000 Subject: - Fix build on 5-x - Pet portlint PR: ports/64424 Submitted by: hrs --- net/proxy-suite/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'net/proxy-suite/Makefile') 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 -.if ${OSVERSION} >= 502105 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - pre-install: @${STRIP_CMD} ${WRKSRC}/ftp-proxy/ftp-proxy -- cgit v1.2.3