summaryrefslogtreecommitdiff
path: root/devel/eiffelstudio
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-05 19:44:02 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-05 19:44:02 +0000
commitd095d4a96566a3ab095ab2e30430ce93a154f1a7 (patch)
treeca5cd97e4ad40da4b6e4a6c197453610fd6c69b1 /devel/eiffelstudio
parent- Remove conditional checks for FreeBSD 5.x and older (diff)
- Remove conditional checks for FreeBSD 5.x and older
Notes
Notes: svn path=/head/; revision=225293
Diffstat (limited to 'devel/eiffelstudio')
-rw-r--r--devel/eiffelstudio/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/eiffelstudio/Makefile b/devel/eiffelstudio/Makefile
index d414adb5d524..b0a2254fc182 100644
--- a/devel/eiffelstudio/Makefile
+++ b/devel/eiffelstudio/Makefile
@@ -24,6 +24,8 @@ DISTNAME= Eiffel${PORTVERSION:S/.//}_gpl_64493-freebsd-${EIFFEL_ARCH}
MAINTAINER= alepulver@FreeBSD.org
COMMENT= A Complete Integrated Development Environment for Eiffel
+LIB_DEPENDS= c.5:${PORTSDIR}/misc/compat5x
+
USE_GNOME= gtk20
NO_BUILD= yes
WRKSRC= ${WRKDIR}/Eiffel${PORTVERSION:S/.//}
@@ -38,12 +40,6 @@ SUB_LIST+= EIFFEL_HOST="${EIFFEL_HOST}"
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 530000
-IGNORE= needs FreeBSD 5.3 or higher
-.elif ${OSVERSION} >= 600000
-LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x
-.endif
-
# Try native version first, then try i386 compatibility framework.
.for arch in ${ARCH}
. if ${NATIVE_ARCHS:M${arch}} != ""