summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-11-24 21:04:32 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-11-24 21:04:32 +0000
commit3f7dbf11ead8582c3d7cdd9a6eb2014aa21302ac (patch)
treec910b90e082bedd154f2bc24e4448d0936492e66 /textproc
parentCorrect fix the PATCH_DEPENDS. (diff)
Mark broken on 5.x.
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=202818
Diffstat (limited to 'textproc')
-rw-r--r--textproc/gxditview/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/gxditview/Makefile b/textproc/gxditview/Makefile
index 367e3760c8ec..c40b22455037 100644
--- a/textproc/gxditview/Makefile
+++ b/textproc/gxditview/Makefile
@@ -44,4 +44,10 @@ do-extract:
${CP} -rp /usr/src/contrib/groff/src/xditview/* ${WRKSRC}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} <= 600000
+BROKEN= Missing dependency on imake
+.endif
+
+.include <bsd.port.post.mk>