aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanpei <sanpei@FreeBSD.org>2000-09-22 21:46:06 +0800
committersanpei <sanpei@FreeBSD.org>2000-09-22 21:46:06 +0800
commit4d874a958b9a501bd401331840068606b0b61602 (patch)
tree0f3bd83148b30841c4e16cdfa84e89b4d77034b1
parent9ac384e414a856bd32a6d44014cc51f6790bd8e0 (diff)
downloadfreebsd-ports-gnome-4d874a958b9a501bd401331840068606b0b61602.tar.gz
freebsd-ports-gnome-4d874a958b9a501bd401331840068606b0b61602.tar.zst
freebsd-ports-gnome-4d874a958b9a501bd401331840068606b0b61602.zip
Add BUILD_DEPENDS to xmkmf:imake-4.
Submitted by: bento
-rw-r--r--japanese/oleo/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/japanese/oleo/Makefile b/japanese/oleo/Makefile
index 7c90b5ae0b59..8621b7aaef6f 100644
--- a/japanese/oleo/Makefile
+++ b/japanese/oleo/Makefile
@@ -20,6 +20,9 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= sanpei@FreeBSD.org
+# xmkmf is for configure script, not for USE_IMAKE.
+BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake-4
+
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
GNU_CONFIGURE=yes