diff options
Diffstat (limited to 'japanese/Canna/Makefile')
-rw-r--r-- | japanese/Canna/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/japanese/Canna/Makefile b/japanese/Canna/Makefile index 2efb77afd20b..71c5a1e22c40 100644 --- a/japanese/Canna/Makefile +++ b/japanese/Canna/Makefile @@ -24,8 +24,10 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= max@FreeBSD.org +.include <bsd.port.pre.mk> + .if ${XFREE86_VERSION} == 3 -BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake +#BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake .endif USE_IMAKE= yes @@ -68,4 +70,4 @@ post-install: fi @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.include <bsd.port.mk> +.include <bsd.port.post.mk> |