diff options
author | araujo <araujo@FreeBSD.org> | 2007-11-04 03:24:39 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2007-11-04 03:24:39 +0800 |
commit | 62a1e35ed497e71a331ac2f5ee015eccd0f8a6eb (patch) | |
tree | 1f8eed4a861ce3ac825db4d791d743414abaf2d1 /science | |
parent | 71f9fbe3e68abc0e3aaef7bbbaeaae14dcd90346 (diff) | |
download | freebsd-ports-gnome-62a1e35ed497e71a331ac2f5ee015eccd0f8a6eb.tar.gz freebsd-ports-gnome-62a1e35ed497e71a331ac2f5ee015eccd0f8a6eb.tar.zst freebsd-ports-gnome-62a1e35ed497e71a331ac2f5ee015eccd0f8a6eb.zip |
- Mark as unbroken on 7.X.
Approved by: portmgr (pav), stas (mentor, implicit)
Diffstat (limited to 'science')
-rw-r--r-- | science/elmerfront/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/science/elmerfront/Makefile b/science/elmerfront/Makefile index 40e516487920..2f4028e457f1 100644 --- a/science/elmerfront/Makefile +++ b/science/elmerfront/Makefile @@ -21,12 +21,6 @@ RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 \ ElmerSolver:${PORTSDIR}/science/elmer-fem \ ${MACHINE_ARCH}-portbld-freebsd${OSREL}-ElmerMesh2D:${PORTSDIR}/science/elmer-meshgen2d -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700042 -BROKEN= Does not configure on FreeBSD 7.0 -.endif - # Elmer avoids the new C++ headers because they cause problems # on older systems (Irix) CXXFLAGS+= -Wno-deprecated @@ -41,4 +35,4 @@ ALL_TARGET= DATADIR= ${PREFIX}/share/elmerfront PLIST_SUB= ARCH=${MACHINE_ARCH} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |