aboutsummaryrefslogtreecommitdiff
path: root/graphics/corona
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/corona
parentf7c0630cd25902e9d0299337f0075f1969f3c15c (diff)
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes: svn path=/head/; revision=200773
Diffstat (limited to 'graphics/corona')
-rw-r--r--graphics/corona/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/corona/Makefile b/graphics/corona/Makefile
index e99f10a401fd..1367e6cc2de1 100644
--- a/graphics/corona/Makefile
+++ b/graphics/corona/Makefile
@@ -23,12 +23,6 @@ USE_GNOME= gnometarget lthack
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} <= 500000
-USE_GCC= 3.4+
-.endif
-
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
LIBS="${LIBS} -L${LOCALBASE}/lib"
@@ -37,4 +31,4 @@ post-patch:
's|-Wall||' \
${WRKSRC}/configure
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>