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/gxditview | |
parent | 23a03d375c8618cdbddfb70fa5c6d4706ca19938 (diff) | |
download | ports-3f7dbf11ead8582c3d7cdd9a6eb2014aa21302ac.tar.gz ports-3f7dbf11ead8582c3d7cdd9a6eb2014aa21302ac.zip |
Notes
Diffstat (limited to 'textproc/gxditview')
-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> |