Fix the build following the objformat removal.

Reported by:	pointyhat via kris
This commit is contained in:
Joe Marcus Clarke 2007-02-03 21:47:48 +00:00
parent 3f157741be
commit 021af89b38
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184055

View file

@ -49,4 +49,7 @@ pre-everything::
@${ECHO_MSG} " WITH_MW_CLIENT=client Define the default Sametime client identifier (default: mwLogin_MEANWHILE)"
@${ECHO_MSG} ""
post-patch:
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
.include <bsd.port.mk>