diff options
author | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2003-07-10 13:46:23 +0000 |
---|---|---|
committer | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2003-07-10 13:46:23 +0000 |
commit | eeee561b6398dd259c3b06208762b457808fda3c (patch) | |
tree | f3584efa783b3bd7afbd4a5e6c8e271520eea931 /japanese/iv | |
parent | - Update to 1.03 (diff) |
fix imake dependency in japanese/iv
Submitted by: Mark Linimon <linimon@lonesome.com>
Diffstat (limited to 'japanese/iv')
-rw-r--r-- | japanese/iv/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/japanese/iv/Makefile b/japanese/iv/Makefile index ce0ba2b90182..cc076ddd74e9 100644 --- a/japanese/iv/Makefile +++ b/japanese/iv/Makefile @@ -21,8 +21,14 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= sanpei@FreeBSD.org COMMENT= A toolkit from Stanford University and Silicon Graphics + Japanese patches +.include <bsd.port.pre.mk> + # Warning: we cannot use USE_IMAKE. +.if ${XFREE86_VERSION} == 3 BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake +.else +BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake-4 +.endif USE_GCC= 2.95 USE_XLIB= yes @@ -67,8 +73,6 @@ MANN= Adjuster.n Banner.n BasicDialog.n Border.n Box2_6.n \ statevars.n stateviews.n struct.n transfns.n \ transforms.n uctrls.n viewcmds.n -.include <bsd.port.pre.mk> - INSTALLS_SHLIB= yes .if ${PORTOBJFORMAT} == "elf" IV_LIB_VER= 3 |