diff options
Diffstat (limited to 'devel/eiffelstudio/Makefile')
-rw-r--r-- | devel/eiffelstudio/Makefile | 8 |
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}} != "" |