diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-11-24 21:04:32 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-11-24 21:04:32 +0000 |
commit | 3f7dbf11ead8582c3d7cdd9a6eb2014aa21302ac (patch) | |
tree | c910b90e082bedd154f2bc24e4448d0936492e66 /textproc | |
parent | Correct 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/Makefile | 8 |
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> |