From b990d7983f04b3e037e3fdbe7c0dae29d3a776c1 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 18 Sep 2004 16:39:58 +0000 Subject: [PATCH] BROKEN on 5.x: Broken pkg-plist Approved by: portmgr (self) --- graphics/diacanvas2/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/graphics/diacanvas2/Makefile b/graphics/diacanvas2/Makefile index 1606645d232c..9211f48655c9 100644 --- a/graphics/diacanvas2/Makefile +++ b/graphics/diacanvas2/Makefile @@ -29,6 +29,12 @@ BUILD_DEPENDS+= Xvfb:${X_VFBSERVER_PORT} CONFIGURE_ENV+= DISPLAY=localhost:1001 .endif +.include + +.if ${OSVERSION} >= 502126 +BROKEN= "Broken pkg-plist" +.endif + post-patch: @${REINPLACE_CMD} -e \ 's|unit_tests doc|unit_tests|g' ${WRKSRC}/Makefile.in @@ -59,4 +65,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/doc/ref/html/*.png ${DOCSDIR} .endif -.include +.include