summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2009-12-06 21:58:00 +0000
committerEd Schouten <ed@FreeBSD.org>2009-12-06 21:58:00 +0000
commitd9e37fa8e2c76f677d2d5ea99d9633a7e2d50334 (patch)
tree48457e089cc3b166fccf87cad999ea681d1ec692 /sysutils
parentDon't depend on libutempter. (diff)
Disable libutempter on FreeBSD 900004 and higher.
We now have the same functionality in the base system. Reviewed by: miwi
Notes
Notes: svn path=/head/; revision=245303
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/libutempter/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/libutempter/Makefile b/sysutils/libutempter/Makefile
index 213f9cc0cbe2..db499bd193b4 100644
--- a/sysutils/libutempter/Makefile
+++ b/sysutils/libutempter/Makefile
@@ -17,4 +17,10 @@ USE_BZIP2= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 900004
+IGNORE= is now contained in the base system
+.endif
+
+.include <bsd.port.post.mk>