mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Mark as broken on < 800067. The port needs getline(3).
This commit is contained in:
parent
24e9fd3044
commit
fd26afe401
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280681
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue