- Fix after objformat removal

PR:		109155
Submitted by:	trasz
This commit is contained in:
Martin Wilke 2007-02-26 11:19:06 +00:00
parent 23544db1d1
commit 0f075f68fe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185976

View File

@ -24,4 +24,8 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gtk20
post-patch:
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
${WRKSRC}/configure
.include <bsd.port.mk>