From f6ac0b4935ea004895ab5cc2800059b8d12c82ba Mon Sep 17 00:00:00 2001 From: kris 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/dserver/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'japanese/dserver') diff --git a/japanese/dserver/Makefile b/japanese/dserver/Makefile index 4046d72bdd7a..39ff856aae4e 100644 --- a/japanese/dserver/Makefile +++ b/japanese/dserver/Makefile @@ -24,15 +24,15 @@ COMMENT= CDROM dictionary server & clients RUN_DEPENDS= jless:${PORTSDIR}/japanese/less +WRKSRC= ${WRKDIR}/${PORTNAME} +USE_GMAKE= yes + .include .if ${OSVERSION} >= 500113 BROKEN= "Does not compile" .endif -WRKSRC= ${WRKDIR}/${PORTNAME} -USE_GMAKE= yes - pre-patch: ${PATCH} -d ${WRKSRC}/clients -E < ${DISTDIR}/kenjiro-ndtpd.diff ${PATCH} -d ${WRKSRC}/clients -E < ${DISTDIR}/kenjiro-dictlist.diff -- cgit