diff options
author | asami <asami@FreeBSD.org> | 2000-08-30 13:26:09 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-08-30 13:26:09 +0800 |
commit | 8683691fb54e54af9d591095b753d2c4ffaf0c03 (patch) | |
tree | 2de56876a29f9fa8d88de37b2cda3e8467e080bc | |
parent | e1046587c041a2dd4ac17512ed872fab94a71d9e (diff) | |
download | freebsd-ports-gnome-8683691fb54e54af9d591095b753d2c4ffaf0c03.tar.gz freebsd-ports-gnome-8683691fb54e54af9d591095b753d2c4ffaf0c03.tar.zst freebsd-ports-gnome-8683691fb54e54af9d591095b753d2c4ffaf0c03.zip |
This port requires bdftopcf, so add explicit dependency
to XFree86-4-clients when XFREE86_VERSION=4.
-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> |