From 81b2d25f1c578b9f1a5a2a463e4da65cacc0438c Mon Sep 17 00:00:00 2001 From: Sergey Matveychuk Date: Tue, 3 Jul 2007 14:35:11 +0000 Subject: [PATCH] - IGNORE on 7.0. It's already in base. Submitted by: mlaier --- ftp/ftp-proxy/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ftp/ftp-proxy/Makefile b/ftp/ftp-proxy/Makefile index 02a97f5aec0b..1153a80c3c01 100644 --- a/ftp/ftp-proxy/Makefile +++ b/ftp/ftp-proxy/Makefile @@ -25,6 +25,10 @@ CFLAGS+= -I${PREFIX}/include .include +.if ${OSVERSION} > 700048 +IGNORE= is a part of base for 7.0 and above +.endif + .if ${OSVERSION} < 502106 IGNORE= only for 5.3 and above .endif