svn commit: r351615 - head/lang/lua52

Baptiste Daroussin bapt at FreeBSD.org
Sun Apr 20 09:30:08 UTC 2014


Author: bapt
Date: Sun Apr 20 09:30:08 2014
New Revision: 351615
URL: http://svnweb.freebsd.org/changeset/ports/351615
QAT: https://qat.redports.org/buildarchive/r351615/

Log:
  Remove build dependency on pkgconf

Modified:
  head/lang/lua52/Makefile

Modified: head/lang/lua52/Makefile
==============================================================================
--- head/lang/lua52/Makefile	Sun Apr 20 09:21:20 2014	(r351614)
+++ head/lang/lua52/Makefile	Sun Apr 20 09:30:08 2014	(r351615)
@@ -14,7 +14,7 @@ COMMENT=	Small, compilable scripting lan
 LICENSE=	MIT
 
 LUA_VER=	5.2
-USES=		pkgconfig readline
+USES=		readline
 USE_LDCONFIG=	yes
 
 # Overriding __MAKE_CONF makes sure that we don't re-parse


More information about the svn-ports-head mailing list