1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

fix option name

Feature safe:	yes
This commit is contained in:
Eitan Adler 2012-10-20 16:18:18 +00:00
parent 37279da22f
commit 0a59321843
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=306201

View File

@ -21,7 +21,7 @@ MAN3= readline.3 history.3
.include <bsd.port.pre.mk>
pre-configure:
.if ${PORT_OPTIONS:MNLS}
.if ${PORT_OPTIONS:MTERMCAP}
${REINPLACE_CMD} "s/SHOBJ_LDFLAGS =/SHOBJ_LDFLAGS = -ltermcap/" ${WRKSRC}/shlib/Makefile.in
.endif