diff options
author | sanpei <sanpei@FreeBSD.org> | 2003-07-10 21:46:23 +0800 |
---|---|---|
committer | sanpei <sanpei@FreeBSD.org> | 2003-07-10 21:46:23 +0800 |
commit | 1cc16f5a380661abbe50198fef81653b4bcd0898 (patch) | |
tree | e81455aa15db29fef826ee2ad67da0370338be1b /japanese | |
parent | 6cc93c6bf96ff11b61735f152a5d0b7ecc99a394 (diff) | |
download | freebsd-ports-graphics-1cc16f5a380661abbe50198fef81653b4bcd0898.tar.gz freebsd-ports-graphics-1cc16f5a380661abbe50198fef81653b4bcd0898.tar.zst freebsd-ports-graphics-1cc16f5a380661abbe50198fef81653b4bcd0898.zip |
fix imake dependency in japanese/iv
Submitted by: Mark Linimon <linimon@lonesome.com>
Diffstat (limited to 'japanese')
-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 ce0ba2b9018..cc076ddd74e 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 |