svn commit: r380688 - in head: comms/owfs databases/hiredis x11-wm/wmconfig
Antoine Brodin
antoine at FreeBSD.org
Sat Mar 7 13:19:48 UTC 2015
Author: antoine
Date: Sat Mar 7 13:19:46 2015
New Revision: 380688
URL: https://svnweb.freebsd.org/changeset/ports/380688
QAT: https://qat.redports.org/buildarchive/r380688/
Log:
gmake:lite is only intended to be used for possible gmake dependencies
Modified:
head/comms/owfs/Makefile
head/databases/hiredis/Makefile
head/x11-wm/wmconfig/Makefile
Modified: head/comms/owfs/Makefile
==============================================================================
--- head/comms/owfs/Makefile Sat Mar 7 13:18:36 2015 (r380687)
+++ head/comms/owfs/Makefile Sat Mar 7 13:19:46 2015 (r380688)
@@ -12,7 +12,7 @@ COMMENT= OWFS -- 1-Wire file system
LICENSE= GPLv2
-USES= autoreconf libtool gmake:lite
+USES= autoreconf libtool gmake
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
Modified: head/databases/hiredis/Makefile
==============================================================================
--- head/databases/hiredis/Makefile Sat Mar 7 13:18:36 2015 (r380687)
+++ head/databases/hiredis/Makefile Sat Mar 7 13:19:46 2015 (r380688)
@@ -15,7 +15,7 @@ GH_ACCOUNT= redis
GH_TAGNAME= v${PORTVERSION}
GH_COMMIT= 9be3a07
-USES= gmake:lite
+USES= gmake
USE_LDCONFIG= yes
post-patch:
Modified: head/x11-wm/wmconfig/Makefile
==============================================================================
--- head/x11-wm/wmconfig/Makefile Sat Mar 7 13:18:36 2015 (r380687)
+++ head/x11-wm/wmconfig/Makefile Sat Mar 7 13:19:46 2015 (r380688)
@@ -11,7 +11,7 @@ COMMENT= Menu generation tool for X wind
LICENSE= GPLv2
-USES= gmake:lite tar:bzip2
+USES= gmake tar:bzip2
GNU_CONFIGURE= yes
PORTDOCS= AUTHORS ChangeLog COPYING README TODO
More information about the svn-ports-all
mailing list