aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gwenview-kde4
diff options
context:
space:
mode:
authormarkus <markus@FreeBSD.org>2007-01-12 01:25:46 +0800
committermarkus <markus@FreeBSD.org>2007-01-12 01:25:46 +0800
commit85cb8136d327127c437c6b759fc3ae7adb7e524f (patch)
treec1e679df2603790dce2fe697e94fdcc7d0d7d103 /graphics/gwenview-kde4
parentf68baf72441cc60ac00a69ab9c8666d2ae250faf (diff)
downloadfreebsd-ports-gnome-85cb8136d327127c437c6b759fc3ae7adb7e524f.tar.gz
freebsd-ports-gnome-85cb8136d327127c437c6b759fc3ae7adb7e524f.tar.zst
freebsd-ports-gnome-85cb8136d327127c437c6b759fc3ae7adb7e524f.zip
Mark BROKEN on 4.x
Submitted by: pointyhat via kris
Diffstat (limited to 'graphics/gwenview-kde4')
-rw-r--r--graphics/gwenview-kde4/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/gwenview-kde4/Makefile b/graphics/gwenview-kde4/Makefile
index 95bad1babc0d..32511262e4b7 100644
--- a/graphics/gwenview-kde4/Makefile
+++ b/graphics/gwenview-kde4/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>