diff options
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 |