From 93872f18cc0a948ab9c010bbe5694579bd59f8c4 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Wed, 4 Jun 2003 22:43:38 +0000 Subject: Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris --- japanese/vfxdvi300/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'japanese/vfxdvi300') diff --git a/japanese/vfxdvi300/Makefile b/japanese/vfxdvi300/Makefile index 23361b266300..399e5d28cc71 100644 --- a/japanese/vfxdvi300/Makefile +++ b/japanese/vfxdvi300/Makefile @@ -30,12 +30,6 @@ COMMENT= DVI Previewer for X. + Japanese patch + vector font support LIB_DEPENDS= VFlib2.24:${PORTSDIR}/japanese/vflib RUN_DEPENDS= ${LOCALBASE}/lib/fonts/pk${RESOLUTION}:${PORTSDIR}/print/pkfonts${RESOLUTION} -.include - -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile" -.endif - NO_WRKSUBDIR= yes USE_IMAKE= yes XMKMF= xmkmf @@ -55,6 +49,12 @@ RESOLUTION= 300 .endif .endif +.include + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile" +.endif + pre-patch: @(cd ${WRKDIR} ; \ ${GZCAT} ${DISTDIR}/${DIST_SUBDIR}/950923.02.Z | uudecode ; \ -- cgit v1.2.3