From 3a68e61d1f41bb5fbdb39f4dc863c90594a3c7ed Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Thu, 13 Mar 2014 08:06:32 +0000 Subject: - Convert USE_GMAKE to USES --- cad/chipmunk/Makefile | 2 +- cad/iverilog/Makefile | 3 +-- cad/klayout/Makefile | 2 +- cad/scv/Makefile | 2 +- cad/systemc/Makefile | 2 +- 5 files changed, 5 insertions(+), 6 deletions(-) (limited to 'cad') diff --git a/cad/chipmunk/Makefile b/cad/chipmunk/Makefile index bb109a7ff087..0c7be2a0b150 100644 --- a/cad/chipmunk/Makefile +++ b/cad/chipmunk/Makefile @@ -24,7 +24,7 @@ EXPIRATION_DATE= 2014-04-10 NO_WRKSUBDIR= yes USE_XORG= x11 -USE_GMAKE= yes +USES= gmake NO_STAGE= yes .include diff --git a/cad/iverilog/Makefile b/cad/iverilog/Makefile index eac65ab43615..3df1153c2968 100644 --- a/cad/iverilog/Makefile +++ b/cad/iverilog/Makefile @@ -14,8 +14,7 @@ COMMENT= A Verilog simulation and synthesis tool LICENSE= GPLv2 GNU_CONFIGURE= yes -USES= bison -USE_GMAKE= yes +USES= bison gmake CONFIGURE_ARGS= --disable-suffix diff --git a/cad/klayout/Makefile b/cad/klayout/Makefile index 8031da8600c5..a7d44baa1a15 100644 --- a/cad/klayout/Makefile +++ b/cad/klayout/Makefile @@ -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 \ diff --git a/cad/scv/Makefile b/cad/scv/Makefile index 671dbfa7536b..52108455ecc5 100644 --- a/cad/scv/Makefile +++ b/cad/scv/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${LOCALBASE}/systemc/lib-freebsd/libsystemc.a:${PORTSDIR}/cad/syste 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 diff --git a/cad/systemc/Makefile b/cad/systemc/Makefile index 22c6f600ed3c..af71dd5b77e7 100644 --- a/cad/systemc/Makefile +++ b/cad/systemc/Makefile @@ -11,7 +11,7 @@ COMMENT= A modeling platform for system-level C++ models 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 -- cgit v1.2.3