aboutsummaryrefslogtreecommitdiff
path: root/graphics/cairomm
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 01:14:50 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 01:14:50 +0000
commit42b9878de05e3fd31b1537c7fb21ea8d4260e335 (patch)
treefaaedbe6ae8110bb19ce982907b65ca7c487c291 /graphics/cairomm
parentf7c0630cd25902e9d0299337f0075f1969f3c15c (diff)
downloadports-42b9878de05e3fd31b1537c7fb21ea8d4260e335.tar.gz
ports-42b9878de05e3fd31b1537c7fb21ea8d4260e335.zip
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes: svn path=/head/; revision=200773
Diffstat (limited to 'graphics/cairomm')
-rw-r--r--graphics/cairomm/Makefile8
1 files changed, 1 insertions, 7 deletions
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 <bsd.port.pre.mk>
-
-.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 <bsd.port.post.mk>
+.include <bsd.port.mk>