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/Makefile | |
parent | 17440acc3d0a3c2132b2f35b4694bc9cfdaefb2f (diff) | |
download | ports-81b2d25f1c578b9f1a5a2a463e4da65cacc0438c.tar.gz ports-81b2d25f1c578b9f1a5a2a463e4da65cacc0438c.zip |
- 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/Makefile')
-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 |