From 98332e5f0076686d7f5d691827c0d1f6c9b52531 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 8 Feb 2004 02:50:27 +0000 Subject: BROKEN on 5.x: does not compile --- x11/props/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'x11/props') diff --git a/x11/props/Makefile b/x11/props/Makefile index 958022b91a87..0d338b2519ba 100644 --- a/x11/props/Makefile +++ b/x11/props/Makefile @@ -19,8 +19,14 @@ LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview WRKSRC= ${WRKDIR}/props USE_IMAKE= yes +.include + +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + post-install: ${MKDIR} ${X11BASE}/lib/X11/locale/C/props; \ ${INSTALL_DATA} ${WRKSRC}/C/* ${X11BASE}/lib/X11/locale/C/props -.include +.include -- cgit v1.2.3