diff options
author | asami <asami@FreeBSD.org> | 1998-11-07 10:50:04 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-07 10:50:04 +0000 |
commit | 878a467a4e4bd3281cff882100f1a039030cc533 (patch) | |
tree | dc3da3b7d00ab765453c2a3152826c7efe1ec1ca /japanese/vfxdvi300 | |
parent | 6d533149507e40a457cf60a9363c975d3caf049b (diff) | |
download | FreeBSD-ports-878a467a4e4bd3281cff882100f1a039030cc533.zip FreeBSD-ports-878a467a4e4bd3281cff882100f1a039030cc533.tar.gz |
Split up pkfonts to pkfonts${RESOLUTION} subdirectories, so dependencies
are tracked correctly. pkfonts300 is a repository copy from pkfonts, and
other pkfonts* directories only contain PLIST and a Makefile that sets
RESOLUTION and includes pkfonts300/Makefile.
Diffstat (limited to 'japanese/vfxdvi300')
-rw-r--r-- | japanese/vfxdvi300/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/vfxdvi300/Makefile b/japanese/vfxdvi300/Makefile index 348b618..0aece2c 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.11 1998/10/07 06:11:42 asami Exp $ +# $Id: Makefile,v 1.12 1998/10/30 10:31:44 asami Exp $ # DISTNAME= xdvi-17 @@ -21,7 +21,7 @@ DISTFILES= xdvi-17.tar.gz xdvi-17miyu.patch-beta6.gz \ MAINTAINER= mita@jp.FreeBSD.org LIB_DEPENDS= VFlib2.23:${PORTSDIR}/japanese/vflib -RUN_DEPENDS= ${LOCALBASE}/lib/fonts/pk${RESOLUTION}:${PORTSDIR}/print/pkfonts +RUN_DEPENDS= ${LOCALBASE}/lib/fonts/pk${RESOLUTION}:${PORTSDIR}/print/pkfonts${RESOLUTION} LOOP_VAR= RESOLUTION LOOP_OPTIONS= 118 240 300 360 400 600 |