diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 19:44:02 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 19:44:02 +0000 |
commit | d095d4a96566a3ab095ab2e30430ce93a154f1a7 (patch) | |
tree | ca5cd97e4ad40da4b6e4a6c197453610fd6c69b1 /devel/eiffelstudio | |
parent | c0a7a1f97264b914fa27603f8433b87b38b15f14 (diff) | |
download | ports-d095d4a96566a3ab095ab2e30430ce93a154f1a7.tar.gz ports-d095d4a96566a3ab095ab2e30430ce93a154f1a7.zip |
Notes
Diffstat (limited to 'devel/eiffelstudio')
-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}} != "" |