aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-01-19 20:05:48 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-01-19 20:05:48 +0000
commit449fb28b7287287c844af38860cfdb7b7e1557f5 (patch)
tree1f9e34c19d92b18c505cd99bce71d75e55faa3d5
parent967e8f64e3afd9a917817092d3e062958950aca4 (diff)
downloadports-449fb28b7287287c844af38860cfdb7b7e1557f5.tar.gz
ports-449fb28b7287287c844af38860cfdb7b7e1557f5.zip
Properly include bsd.port.pre.mk before the reference to
XFREE86_VERSION. Submitted by: "Dan Langille" <dan@langille.org>
Notes
Notes: svn path=/head/; revision=53356
-rw-r--r--japanese/Canna/Makefile6
-rw-r--r--japanese/canna-lib/Makefile6
-rw-r--r--japanese/canna-server/Makefile6
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>