diff options
author | eadler <eadler@FreeBSD.org> | 2012-01-12 08:57:05 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-01-12 08:57:05 +0800 |
commit | cfa6194e38c04d2bf508feb44f8ef42bc31290eb (patch) | |
tree | 104122430e75b4e31a498f6f274d6f32a4910a53 /ftp | |
parent | f1c63e7f54540f53a6a2f4bcd7fb92a3e39d0c47 (diff) | |
download | freebsd-ports-gnome-cfa6194e38c04d2bf508feb44f8ef42bc31290eb.tar.gz freebsd-ports-gnome-cfa6194e38c04d2bf508feb44f8ef42bc31290eb.tar.zst freebsd-ports-gnome-cfa6194e38c04d2bf508feb44f8ef42bc31290eb.zip |
There is no 9.x distfile available for this port
Pointyhat to: me
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/ncftpd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/ncftpd/Makefile b/ftp/ncftpd/Makefile index 3c147bd6dcbe..59af71174193 100644 --- a/ftp/ncftpd/Makefile +++ b/ftp/ncftpd/Makefile @@ -31,6 +31,7 @@ PORTDOCS= install.html README README.freebsd LICENSE .if ${OSVERSION} >= 900000 BINVER= 9.0 +IGNORE= not yet available for 9.x .elif ${OSVERSION} >= 800000 BINVER= 8.0 .else |