diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2007-07-03 14:35:11 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2007-07-03 14:35:11 +0000 |
commit | 81b2d25f1c578b9f1a5a2a463e4da65cacc0438c (patch) | |
tree | 8d0b556df27a785759b80638a492b87a18cf844a /ftp/ftp-proxy | |
parent | - Fix the build with GCC 4.2 on i386 [1] (diff) |
- IGNORE on 7.0. It's already in base.
Submitted by: mlaier
Notes
Notes:
svn path=/head/; revision=194795
Diffstat (limited to 'ftp/ftp-proxy')
-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 |