diff options
author | miwi <miwi@FreeBSD.org> | 2014-03-13 16:06:32 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-03-13 16:06:32 +0800 |
commit | bd30427ee2cfd3c59e48bcb855c643d64f5c2724 (patch) | |
tree | a0ee2667c1cbd088804fc0518c1440ee8e0a3c56 | |
parent | e40a131ed2d95e3652cfd8b9fd9b3cf809571648 (diff) | |
download | freebsd-ports-gnome-bd30427ee2cfd3c59e48bcb855c643d64f5c2724.tar.gz freebsd-ports-gnome-bd30427ee2cfd3c59e48bcb855c643d64f5c2724.tar.zst freebsd-ports-gnome-bd30427ee2cfd3c59e48bcb855c643d64f5c2724.zip |
- Convert USE_GMAKE to USES
-rw-r--r-- | cad/chipmunk/Makefile | 2 | ||||
-rw-r--r-- | cad/iverilog/Makefile | 3 | ||||
-rw-r--r-- | cad/klayout/Makefile | 2 | ||||
-rw-r--r-- | cad/scv/Makefile | 2 | ||||
-rw-r--r-- | cad/systemc/Makefile | 2 |
5 files changed, 5 insertions, 6 deletions
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 <bsd.port.pre.mk> 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 |