update converters/ktnef: unbreak on -current

PR:		55715
Submitted by:	Markus Brueffer <brueffer@phoenix-systems.de> (maintainer)
This commit is contained in:
Daichi GOTO 2003-08-19 05:35:06 +00:00
parent 72cf3ec02b
commit b8a4fa151e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87262

View file

@ -18,7 +18,11 @@ USE_KDELIBS_VER= 3
USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_REINPLACE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
post-extract:
@${REINPLACE_CMD} -e 's|-pedantic ||g' ${WRKSRC}/configure
.include <bsd.port.mk>