summaryrefslogtreecommitdiff
path: root/math/oleo/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-02-08 23:40:56 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-02-08 23:40:56 +0000
commit9bbd56d5ed8dc61c966b38fb5112a2fd7eb20f36 (patch)
tree73799368e290cf8ec1800d402bbcc7e444b79b1d /math/oleo/Makefile
parent- Update to 2.4.8 (diff)
- Fix build with gcc 4.2
- Pass maintainership to submitter PR: 120415 Submitted by: "Pietro Cerutti" <gahr@gahr.ch>
Notes
Notes: svn path=/head/; revision=206919
Diffstat (limited to 'math/oleo/Makefile')
-rw-r--r--math/oleo/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/math/oleo/Makefile b/math/oleo/Makefile
index 5f636a8b92ca..512c0bc5c774 100644
--- a/math/oleo/Makefile
+++ b/math/oleo/Makefile
@@ -12,7 +12,7 @@ CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= gahr@gahr.ch
COMMENT= The GNU spreadsheet for X11 and terminals
USE_PERL5_BUILD= yes
@@ -28,12 +28,6 @@ PORTDOCS= AUTHORS FAQ
OPTIONS= MOTIF "Motif support" off \
NLS "NLS support" on
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 700042
-BROKEN= Broken with gcc 4.2
-.endif
-
.if defined(WITH_MOTIF)
LIB_DEPENDS+= plot:${PORTSDIR}/graphics/plotutils \
Xbae:${PORTSDIR}/x11-toolkits/xbae \
@@ -72,4 +66,4 @@ pre-build:
&& iconv -c -t ascii ${file}.pre_iconv > ${file} || ${TRUE}
.endfor
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>