svn commit: r348043 - in head/cad: chipmunk iverilog klayout scv systemc
Martin Wilke
miwi at FreeBSD.org
Thu Mar 13 08:06:34 UTC 2014
Author: miwi
Date: Thu Mar 13 08:06:32 2014
New Revision: 348043
URL: http://svnweb.freebsd.org/changeset/ports/348043
QAT: https://qat.redports.org/buildarchive/r348043/
Log:
- Convert USE_GMAKE to USES
Modified:
head/cad/chipmunk/Makefile
head/cad/iverilog/Makefile
head/cad/klayout/Makefile
head/cad/scv/Makefile
head/cad/systemc/Makefile
Modified: head/cad/chipmunk/Makefile
==============================================================================
--- head/cad/chipmunk/Makefile Thu Mar 13 07:41:34 2014 (r348042)
+++ head/cad/chipmunk/Makefile Thu Mar 13 08:06:32 2014 (r348043)
@@ -24,7 +24,7 @@ EXPIRATION_DATE= 2014-04-10
NO_WRKSUBDIR= yes
USE_XORG= x11
-USE_GMAKE= yes
+USES= gmake
NO_STAGE= yes
.include <bsd.port.pre.mk>
Modified: head/cad/iverilog/Makefile
==============================================================================
--- head/cad/iverilog/Makefile Thu Mar 13 07:41:34 2014 (r348042)
+++ head/cad/iverilog/Makefile Thu Mar 13 08:06:32 2014 (r348043)
@@ -14,8 +14,7 @@ COMMENT= A Verilog simulation and synthe
LICENSE= GPLv2
GNU_CONFIGURE= yes
-USES= bison
-USE_GMAKE= yes
+USES= bison gmake
CONFIGURE_ARGS= --disable-suffix
Modified: head/cad/klayout/Makefile
==============================================================================
--- head/cad/klayout/Makefile Thu Mar 13 07:41:34 2014 (r348042)
+++ head/cad/klayout/Makefile Thu Mar 13 08:06:32 2014 (r348043)
@@ -11,7 +11,7 @@ COMMENT= A Qt-based GDS2 Viewer
LICENSE= GPLv2
-USE_GMAKE= yes
+USES= gmake
USE_QT4= corelib gui network moc_build sql uic_build \
rcc_build qt3support xml
PLIST_FILES= bin/klayout \
Modified: head/cad/scv/Makefile
==============================================================================
--- head/cad/scv/Makefile Thu Mar 13 07:41:34 2014 (r348042)
+++ head/cad/scv/Makefile Thu Mar 13 08:06:32 2014 (r348043)
@@ -15,7 +15,7 @@ RUN_DEPENDS= ${LOCALBASE}/systemc/lib-fr
RESTRICTED= You have to register at http://www.systemc.org/account/register.php first
-USE_GMAKE= yes
+USES= gmake
HAS_CONFIGURE= yes
WRKSRC= ${WRKDIR}/scv-1.0p2-sysc2.2
Modified: head/cad/systemc/Makefile
==============================================================================
--- head/cad/systemc/Makefile Thu Mar 13 07:41:34 2014 (r348042)
+++ head/cad/systemc/Makefile Thu Mar 13 08:06:32 2014 (r348043)
@@ -11,7 +11,7 @@ COMMENT= A modeling platform for system-
RESTRICTED= You have to register at http://www.systemc.org/kmembership_info/individual_signup first
-USE_GMAKE= yes
+USES= gmake
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= ../configure
More information about the svn-ports-all
mailing list