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/doc++/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'devel/doc++') diff --git a/devel/doc++/Makefile b/devel/doc++/Makefile index 8d1dc53dac55..6b2108941f73 100644 --- a/devel/doc++/Makefile +++ b/devel/doc++/Makefile @@ -18,12 +18,6 @@ RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX \ gs:${PORTSDIR}/print/ghostscript-gnu \ anytopnm:${PORTSDIR}/graphics/netpbm -.include - -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile (bad C++ code)" -.endif - GNU_CONFIGURE= yes USE_GMAKE= yes @@ -61,6 +55,12 @@ ADDITIONAL_DOCS= ClassGraph.class \ supportedTeXmacros.html \ toc.html +.include + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + post-install: .if !defined(NOPORTSDOCS) ${MKDIR} ${PREFIX}/share/doc/doc++ -- cgit v1.2.3