From d9e37fa8e2c76f677d2d5ea99d9633a7e2d50334 Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Sun, 6 Dec 2009 21:58:00 +0000 Subject: Disable libutempter on FreeBSD 900004 and higher. We now have the same functionality in the base system. Reviewed by: miwi --- sysutils/libutempter/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'sysutils') 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 +.include + +.if ${OSVERSION} >= 900004 +IGNORE= is now contained in the base system +.endif + +.include -- cgit v1.2.3