- Mark as broken on < 800067. The port needs getline(3).

This commit is contained in:
Pietro Cerutti 2011-08-29 06:45:50 +00:00
parent 24e9fd3044
commit fd26afe401
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280681

View file

@ -24,10 +24,16 @@ CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -lintl"
CONFIGURE_ARGS+=--with-system-lua \
--with-lua-pkg=lua-${LUA_VER}
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800067
BROKEN= needs getline(3)
.endif
PLIST_FILES= bin/fxite
post-patch:
${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>
.include <bsd.port.post.mk>