From 460836ff23b6dcedf0492f75495022dc42f6eb99 Mon Sep 17 00:00:00 2001 From: pav Date: Mon, 5 Jan 2009 20:36:33 +0000 Subject: - Remove conditional checks for FreeBSD 5.x and older --- graphics/xmorph/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'graphics/xmorph') diff --git a/graphics/xmorph/Makefile b/graphics/xmorph/Makefile index 0b79282ce03b..e6728da53dee 100644 --- a/graphics/xmorph/Makefile +++ b/graphics/xmorph/Makefile @@ -35,10 +35,6 @@ INFO= xmorph .include -.if ${OSVERSION} < 502114 -CFLAGS+= -Dround=rint -.endif - .if ${HAVE_GNOME:Mgtk20}!="" USE_GNOME+= gtk20 CONFIGURE_ARGS+= --with-gtk=2 -- cgit