diff options
author | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2000-09-22 13:46:06 +0000 |
---|---|---|
committer | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2000-09-22 13:46:06 +0000 |
commit | de1219b5c7d285ea082a8638c01c9c2f92ea7099 (patch) | |
tree | 1ca186a25e1844fb82f20a77108c8778cdc20334 /japanese/oleo | |
parent | 364469ac832219637cc352bfbbbbb307402ea6e3 (diff) |
Notes
Diffstat (limited to 'japanese/oleo')
-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 |