summaryrefslogtreecommitdiff
path: root/devel/cvsnt
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 00:41:11 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 00:41:11 +0000
commitec7c5b0142aeb3539337db2d501d7b5ecf5e7284 (patch)
tree8468e5b0da1375397af63a69b7076d0b05b24887 /devel/cvsnt
parentRemove always-false/true conditions based on OSVERSION 500000 (diff)
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes: svn path=/head/; revision=200770
Diffstat (limited to 'devel/cvsnt')
-rw-r--r--devel/cvsnt/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/cvsnt/Makefile b/devel/cvsnt/Makefile
index d7c7c33095fe..1ea882251a4f 100644
--- a/devel/cvsnt/Makefile
+++ b/devel/cvsnt/Makefile
@@ -33,10 +33,4 @@ MAN1= cvs.1
MAN5= cvs.5
MLINKS= cvs.1 cvsnt.1 cvs.5 cvsnt.5
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-IGNORE= requires wscanf, vswprintf
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>