diff options
author | asami <asami@FreeBSD.org> | 1998-10-30 10:31:44 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-10-30 10:31:44 +0000 |
commit | 25e2e0e06dd03711c14248769001d37cbfdf7bb5 (patch) | |
tree | 24abc8e3a4422b1b59c89c37f90ddc52caaf0448 /japanese/vfxdvi300 | |
parent | e03f86050dd9727ce63a9913d9d18a5c1011d7bc (diff) | |
download | FreeBSD-ports-25e2e0e06dd03711c14248769001d37cbfdf7bb5.zip FreeBSD-ports-25e2e0e06dd03711c14248769001d37cbfdf7bb5.tar.gz |
Make thise ports use LOOP_VAR and LOOP_OPTIONS for RESOLUTION.
Diffstat (limited to 'japanese/vfxdvi300')
-rw-r--r-- | japanese/vfxdvi300/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/japanese/vfxdvi300/Makefile b/japanese/vfxdvi300/Makefile index 969850e..348b618 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.10 1998/07/20 03:34:02 steve Exp $ +# $Id: Makefile,v 1.11 1998/10/07 06:11:42 asami Exp $ # DISTNAME= xdvi-17 @@ -23,7 +23,8 @@ MAINTAINER= mita@jp.FreeBSD.org LIB_DEPENDS= VFlib2.23:${PORTSDIR}/japanese/vflib RUN_DEPENDS= ${LOCALBASE}/lib/fonts/pk${RESOLUTION}:${PORTSDIR}/print/pkfonts -MANUAL_PACKAGE_BUILD= RESOLUTION has to be set to 118 240 300 360 400 600 +LOOP_VAR= RESOLUTION +LOOP_OPTIONS= 118 240 300 360 400 600 WRKSRC= ${WRKDIR} DIST_SUBDIR= xdvi USE_IMAKE= yes |