1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Fix build, needs Xi

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2009-01-29 20:13:40 +00:00
parent e4d055c91c
commit 6365b3620f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227109

View File

@ -19,6 +19,7 @@ LIB_DEPENDS= Coin.60:${PORTSDIR}/graphics/Coin
USE_GL= yes
USE_MOTIF= yes
USE_PERL5_BUILD= yes
USE_XORG= xi
GNU_CONFIGURE= yes
CONFIGURE_ENV+= LIBS="${PTHREAD_LIBS}"
CONFIGURE_ARGS+= --with-pthread=yes --with-coin=${LOCALBASE}
@ -26,9 +27,7 @@ CONFIGURE_ARGS+= --with-pthread=yes --with-coin=${LOCALBASE}
USE_LDCONFIG= yes
MAN1= soxt-config.1
.include <bsd.port.pre.mk>
post-patch:
${REINPLACE_CMD} -e "s,echo aout, echo elf," ${WRKSRC}/configure
.include <bsd.port.post.mk>
.include <bsd.port.mk>