This port requires bdftopcf, so add explicit dependency

to XFree86-4-clients when XFREE86_VERSION=4.
This commit is contained in:
Satoshi Asami 2000-08-30 05:26:09 +00:00
parent 36811d3a77
commit 4a34004ed4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32122

View File

@ -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>