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 --- devel/ddd/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'devel/ddd') diff --git a/devel/ddd/Makefile b/devel/ddd/Makefile index 505134b56825..1bdc8417924d 100644 --- a/devel/ddd/Makefile +++ b/devel/ddd/Makefile @@ -15,12 +15,6 @@ MASTER_SITE_SUBDIR= ddd MAINTAINER= lioux@FreeBSD.org COMMENT= Data Display Debugger -- a common graphical front-end for GDB/DBX/XDB -.include - -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile (bad C++ code)" -.endif - GNU_CONFIGURE= yes CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-motif-libraries="${LIBXMDIR}" \ @@ -45,6 +39,12 @@ LIBXMDIR!= ${ECHO_CMD} ${MOTIFLIB} | ${SED} -e 's/-L//g' | ${AWK} '{print $$1}' LIBXMDIR= ${X11BASE} .endif +.include + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + pre-patch: ${RM} -fv ${WRKSRC}/ddd/ddd.info* ${RM} -fv ${WRKSRC}/ddd/ddd-themes.info* -- cgit v1.2.3