aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/Canna
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-01-20 04:05:48 +0800
committerknu <knu@FreeBSD.org>2002-01-20 04:05:48 +0800
commitf5a1547e4469566d7568ce567e4f1d9bed64779f (patch)
tree8691f567c2a54eceb76100a4071354187c61c0b6 /japanese/Canna
parent7761f334d4ff6d84d2fccb9049ab52f59998687a (diff)
downloadfreebsd-ports-gnome-f5a1547e4469566d7568ce567e4f1d9bed64779f.tar.gz
freebsd-ports-gnome-f5a1547e4469566d7568ce567e4f1d9bed64779f.tar.zst
freebsd-ports-gnome-f5a1547e4469566d7568ce567e4f1d9bed64779f.zip
Properly include bsd.port.pre.mk before the reference to
XFREE86_VERSION. Submitted by: "Dan Langille" <dan@langille.org>
Diffstat (limited to 'japanese/Canna')
-rw-r--r--japanese/Canna/Makefile6
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>