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 --- editors/e93/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'editors/e93') diff --git a/editors/e93/Makefile b/editors/e93/Makefile index 1611b98c2623..4c0ac94d2022 100644 --- a/editors/e93/Makefile +++ b/editors/e93/Makefile @@ -19,15 +19,15 @@ COMMENT= A nifty editor based on Tcl/Tk LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82 \ tk82.1:${PORTSDIR}/x11-toolkits/tk82 +WRKSRC= ${WRKDIR}/${PORTNAME} +USE_X_PREFIX= yes + .include .if ${OSVERSION} >= 500113 BROKEN= "Does not compile" .endif -WRKSRC= ${WRKDIR}/${PORTNAME} -USE_X_PREFIX= yes - do-install: ${MKDIR} ${PREFIX}/share/doc/e93 ${PREFIX}/lib/e93lib/images \ ${PREFIX}/lib/e93lib/highlightschemes \ -- cgit v1.2.3