diff options
author | sanpei <sanpei@FreeBSD.org> | 2000-09-22 21:46:06 +0800 |
---|---|---|
committer | sanpei <sanpei@FreeBSD.org> | 2000-09-22 21:46:06 +0800 |
commit | 4d874a958b9a501bd401331840068606b0b61602 (patch) | |
tree | 0f3bd83148b30841c4e16cdfa84e89b4d77034b1 | |
parent | 9ac384e414a856bd32a6d44014cc51f6790bd8e0 (diff) | |
download | freebsd-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/Makefile | 3 |
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 |