diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-08-30 05:26:09 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-08-30 05:26:09 +0000 |
commit | 4a34004ed4540eb12babdd498984cedab1ae8516 (patch) | |
tree | 8804e67da4f48687be2e8570dac60100d32e0047 /japanese/kterm16c/Makefile | |
parent | 36811d3a77388c270224c6f88ea7f6510dd74f09 (diff) |
This port requires bdftopcf, so add explicit dependency
to XFree86-4-clients when XFREE86_VERSION=4.
Notes
Notes:
svn path=/head/; revision=32122
Diffstat (limited to 'japanese/kterm16c/Makefile')
-rw-r--r-- | japanese/kterm16c/Makefile | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/japanese/kterm16c/Makefile b/japanese/kterm16c/Makefile index dde15520431e..e9f71b40014b 100644 --- a/japanese/kterm16c/Makefile +++ b/japanese/kterm16c/Makefile @@ -21,6 +21,15 @@ MAINTAINER= kiri@pis.toba-cmt.ac.jp BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf +USE_IMAKE= yes +USE_XPM= yes + +.include <bsd.port.pre.mk> + +.if ${XFREE86_VERSION} == 4 +BUILD_DEPENDS+= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients +.endif + EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} DIST_SUBDIR= kterm PATCH_SITES= ftp://ftp.sra.co.jp/pub/x11/kterm/ \ @@ -29,9 +38,6 @@ PATCHFILES= ${DISTNAME}.NFS-xauth.patch \ ${DISTNAME}-wpr1.patch.gz PATCH_DIST_STRIP= -p1 -USE_IMAKE= yes -USE_XPM= yes - DOCDIR= ${PREFIX}/share/doc/kterm16c post-extract: @@ -77,4 +83,4 @@ post-install: .endif @${CAT} ${PKGDIR}/MESSAGE -.include <bsd.port.mk> +.include <bsd.port.post.mk> |