diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 00:41:11 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 00:41:11 +0000 |
commit | ec7c5b0142aeb3539337db2d501d7b5ecf5e7284 (patch) | |
tree | 8468e5b0da1375397af63a69b7076d0b05b24887 /devel/cvsnt | |
parent | e74f1f2ba2a728af887a83b377b13746054b76e5 (diff) |
Notes
Diffstat (limited to 'devel/cvsnt')
-rw-r--r-- | devel/cvsnt/Makefile | 8 |
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> |