1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Fix after objformat removal

This commit is contained in:
Pav Lucistnik 2007-03-23 22:38:33 +00:00
parent 28c3c20886
commit f84c2275b4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188140

View File

@ -83,4 +83,7 @@ USE_PYTHON= 2.3+
USE_GNOME+= pygtk2
.endif
post-patch:
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
.include <bsd.port.post.mk>