svn commit: r306201 - head/devel/readline
Eitan Adler
eadler at FreeBSD.org
Sat Oct 20 16:18:19 UTC 2012
Author: eadler
Date: Sat Oct 20 16:18:18 2012
New Revision: 306201
URL: http://svn.freebsd.org/changeset/ports/306201
Log:
fix option name
Feature safe: yes
Modified:
head/devel/readline/Makefile
Modified: head/devel/readline/Makefile
==============================================================================
--- head/devel/readline/Makefile Sat Oct 20 16:15:02 2012 (r306200)
+++ head/devel/readline/Makefile Sat Oct 20 16:18:18 2012 (r306201)
@@ -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
More information about the svn-ports-head
mailing list