From 42b9878de05e3fd31b1537c7fb21ea8d4260e335 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Thu, 4 Oct 2007 01:14:50 +0000 Subject: Remove always-false/true conditions based on OSVERSION 500000 --- graphics/cairomm/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'graphics/cairomm') diff --git a/graphics/cairomm/Makefile b/graphics/cairomm/Makefile index 4bb9cce7aec3..535bf371d198 100644 --- a/graphics/cairomm/Makefile +++ b/graphics/cairomm/Makefile @@ -26,12 +26,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ AUTOMAKE="${TRUE}" AUTOCONF="${TRUE}" DOXYGEN="${TRUE}" -.include - -.if ${OSVERSION} < 500000 -BROKEN= Does not build -.endif - .if defined(NOPORTDOCS) CONFIGURE_ARGS+= --disable-docs @@ -42,4 +36,4 @@ post-configure: @${TOUCH} -f ${WRKSRC}/docs/reference/html/index.html .endif -.include +.include -- cgit v1.2.3