diff options
Diffstat (limited to 'textproc/gxditview/Makefile')
-rw-r--r-- | textproc/gxditview/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/textproc/gxditview/Makefile b/textproc/gxditview/Makefile index 8973230cabe2..7812b72254e0 100644 --- a/textproc/gxditview/Makefile +++ b/textproc/gxditview/Makefile @@ -44,10 +44,4 @@ do-extract: ${CP} -rp /usr/src/contrib/groff/src/xditview/* ${WRKSRC} .endif -.include <bsd.port.pre.mk> - -.if ${OSVERSION} <= 600000 -BROKEN= Missing dependency on imake -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |