diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-19 20:05:48 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-19 20:05:48 +0000 |
commit | 449fb28b7287287c844af38860cfdb7b7e1557f5 (patch) | |
tree | 1f9e34c19d92b18c505cd99bce71d75e55faa3d5 /japanese | |
parent | 967e8f64e3afd9a917817092d3e062958950aca4 (diff) | |
download | ports-449fb28b7287287c844af38860cfdb7b7e1557f5.tar.gz ports-449fb28b7287287c844af38860cfdb7b7e1557f5.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Canna/Makefile | 6 | ||||
-rw-r--r-- | japanese/canna-lib/Makefile | 6 | ||||
-rw-r--r-- | japanese/canna-server/Makefile | 6 |
3 files changed, 12 insertions, 6 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> diff --git a/japanese/canna-lib/Makefile b/japanese/canna-lib/Makefile index 2efb77afd20b..71c5a1e22c40 100644 --- a/japanese/canna-lib/Makefile +++ b/japanese/canna-lib/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> diff --git a/japanese/canna-server/Makefile b/japanese/canna-server/Makefile index 2efb77afd20b..71c5a1e22c40 100644 --- a/japanese/canna-server/Makefile +++ b/japanese/canna-server/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> |