diff options
-rw-r--r-- | ftp/ftp-proxy/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 <bsd.port.pre.mk> +.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 |