1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

BROKEN on 5.x: does not compile

This commit is contained in:
Kris Kennaway 2004-02-17 10:43:25 +00:00
parent d374600208
commit b2f7298fa6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101178

View File

@ -47,6 +47,12 @@ CONFIGURE_ARGS= -prefix=${X11BASE} \
ALL_TARGET=
INSTALL_TARGET= install links
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502102
BROKEN= "Does not compile"
.endif
post-patch:
${REINPLACE_CMD} -e "s%-lXm %${MOTIFLIB} %" ${WRKSRC}/configure
@ -57,4 +63,4 @@ post-install:
fi
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>