diff options
author | sem <sem@FreeBSD.org> | 2007-07-03 22:35:11 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2007-07-03 22:35:11 +0800 |
commit | e8757a4b6c7c238f3bc3774bdf3adc888cbb55c6 (patch) | |
tree | d8bc58badef268eefcec680c3ec33d0668cfd034 /ftp/ftp-proxy | |
parent | 24ee8b89d0754487c02afddcc88f8903f6d87e8d (diff) | |
download | freebsd-ports-gnome-e8757a4b6c7c238f3bc3774bdf3adc888cbb55c6.tar.gz freebsd-ports-gnome-e8757a4b6c7c238f3bc3774bdf3adc888cbb55c6.tar.zst freebsd-ports-gnome-e8757a4b6c7c238f3bc3774bdf3adc888cbb55c6.zip |
- IGNORE on 7.0. It's already in base.
Submitted by: mlaier
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 |