diff options
author | asami <asami@FreeBSD.org> | 1997-01-14 15:37:07 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-01-14 15:37:07 +0800 |
commit | 1a8d23354276326956e62d37324488c5ea6725e2 (patch) | |
tree | 9a59fb1a94d55a6f010b0df2ea6cc85e7ad3c174 /japanese/vfxdvi300 | |
parent | 45ff5e587ea9e620c3240f59ed7bea2d7ba0bdae (diff) | |
download | freebsd-ports-graphics-1a8d23354276326956e62d37324488c5ea6725e2.tar.gz freebsd-ports-graphics-1a8d23354276326956e62d37324488c5ea6725e2.tar.zst freebsd-ports-graphics-1a8d23354276326956e62d37324488c5ea6725e2.zip |
Depend on pkfonts for correct resolution.
Pointed out by: kiri@toba-cmt.ac.jp
Diffstat (limited to 'japanese/vfxdvi300')
-rw-r--r-- | japanese/vfxdvi300/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/vfxdvi300/Makefile b/japanese/vfxdvi300/Makefile index 881576bb735..dae4bf8d429 100644 --- a/japanese/vfxdvi300/Makefile +++ b/japanese/vfxdvi300/Makefile @@ -3,7 +3,7 @@ # Date created: 8 Nov 1996 # Whom: Mita Yoshio <mita@jp.FreeBSD.org> # -# $Id: Makefile,v 1.5 1996/12/07 00:20:43 asami Exp $ +# $Id: Makefile,v 1.6 1996/12/18 14:16:23 asami Exp $ # DISTNAME= xdvi-17 @@ -21,6 +21,7 @@ DISTFILES= xdvi-17.tar.gz xdvi-17miyu.patch-beta6.gz \ MAINTAINER= mita@jp.FreeBSD.org LIB_DEPENDS= VFlib\\.2\\.:${PORTSDIR}/japanese/vflib +RUN_DEPENDS= ${LOCALBASE}/lib/fonts/pk${RESOLUTION}:${PORTSDIR}/print/pkfonts WRKSRC= ${WRKDIR} DIST_SUBDIR= xdvi |