svn commit: r355540 - head/mail/mailfront

Baptiste Daroussin bapt at FreeBSD.org
Tue May 27 16:17:34 UTC 2014


Author: bapt
Date: Tue May 27 16:17:33 2014
New Revision: 355540
URL: http://svnweb.freebsd.org/changeset/ports/355540
QAT: https://qat.redports.org/buildarchive/r355540/

Log:
  Do not overwrite USES

Modified:
  head/mail/mailfront/Makefile

Modified: head/mail/mailfront/Makefile
==============================================================================
--- head/mail/mailfront/Makefile	Tue May 27 16:11:38 2014	(r355539)
+++ head/mail/mailfront/Makefile	Tue May 27 16:17:33 2014	(r355540)
@@ -37,7 +37,7 @@ DOCS=		NEWS README TODO *.html
 
 .if ${PORT_OPTIONS:MLUA}
 ALL_TARGET+=	lua
-USES=		lua
+USES+=		lua
 CFLAGS+=	-I${LUA_INCDIR}
 CFLAGS_SO+=	-L${LUA_LIBDIR}
 LDFLAGS+=	-L${LUA_LIBDIR}


More information about the svn-ports-all mailing list