diff options
author | delphij <delphij@FreeBSD.org> | 2007-03-02 21:23:40 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2007-03-02 21:23:40 +0800 |
commit | 5d582ea932014e8bb48b5a85bdaab9b561a1a652 (patch) | |
tree | 167009c907759f79bcbb5f5f95d6f84ef21bbfb8 /net | |
parent | ba6b8d2f707632b23d3f474046fec43e0834680c (diff) | |
download | freebsd-ports-gnome-5d582ea932014e8bb48b5a85bdaab9b561a1a652.tar.gz freebsd-ports-gnome-5d582ea932014e8bb48b5a85bdaab9b561a1a652.tar.zst freebsd-ports-gnome-5d582ea932014e8bb48b5a85bdaab9b561a1a652.zip |
Mark DEPRECATED, this is available from the base system.
Personally I think this should be removed because all
supported branches now have nc(1) in base system.
PR: ports/103209
Approved by: maintainer timeout (5+ months)
Diffstat (limited to 'net')
-rw-r--r-- | net/obnc/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net/obnc/Makefile b/net/obnc/Makefile index f76638559be2..491e4a2c903a 100644 --- a/net/obnc/Makefile +++ b/net/obnc/Makefile @@ -47,6 +47,12 @@ CVS_SITES?= anoncvs@anoncvs3.usa.openbsd.org:/cvs \ anoncvs@anoncvs1.ca.openbsd.org:/cvs CVS_MODULE= src/usr.bin/nc +.if ${OSVERSION} > 600010 || ( ${OSVERSION} > 503102 && ${OSVERSION} < 600000 ) +IGNORE= is now contained in the base system +.endif + +DEPRECATED= A new version of this port is available from base system. + # # CVS checkout stuff mostly stolen from security/openssh-askpass port by # kris@freebsd.org |