summaryrefslogtreecommitdiff
path: root/x11/props
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-08 02:50:27 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-08 02:50:27 +0000
commit98332e5f0076686d7f5d691827c0d1f6c9b52531 (patch)
tree846e1bb0012daf7518b42bcf18884a5bedb06c6a /x11/props
parentAdd a missing dependency on xproto. (diff)
BROKEN on 5.x: does not compile
Notes
Notes: svn path=/head/; revision=100328
Diffstat (limited to 'x11/props')
-rw-r--r--x11/props/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.pre.mk>
+
+.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 <bsd.port.mk>
+.include <bsd.port.post.mk>