summaryrefslogtreecommitdiff
path: root/graphics/gwenview
diff options
context:
space:
mode:
authorMarkus Brueffer <markus@FreeBSD.org>2007-01-11 17:25:46 +0000
committerMarkus Brueffer <markus@FreeBSD.org>2007-01-11 17:25:46 +0000
commitd11db20443d5179328af4b90a524eecf2b3fe505 (patch)
treeba03f827075aabedef7d17493b4d8529a5895bf0 /graphics/gwenview
parentOn i386 (>= 486) and amd64, fix the arch passed to configure so that (diff)
Mark BROKEN on 4.x
Submitted by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=182112
Diffstat (limited to 'graphics/gwenview')
-rw-r--r--graphics/gwenview/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/gwenview/Makefile b/graphics/gwenview/Makefile
index 95bad1babc0d..32511262e4b7 100644
--- a/graphics/gwenview/Makefile
+++ b/graphics/gwenview/Makefile
@@ -30,4 +30,10 @@ MAN1= gwenview.1
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= Does not compile on 4.x
+.endif
+
+.include <bsd.port.post.mk>