diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-26 14:40:03 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-26 14:40:03 +0000 |
commit | 53340f08eb1761f353b502be492d0e2387c9da24 (patch) | |
tree | 1fc5cf557f26c30d0e35ecd446a27d6b916ba967 | |
parent | d05447e43fdb0c1ddf9274b37c9243a52c73926c (diff) | |
download | FreeBSD-ports-53340f08eb1761f353b502be492d0e2387c9da24.zip FreeBSD-ports-53340f08eb1761f353b502be492d0e2387c9da24.tar.gz |
- Convert gmake to USES
Approved by: portmgr
-rw-r--r-- | science/2dhf/Makefile | 2 | ||||
-rw-r--r-- | science/dtiquery/Makefile | 2 | ||||
-rw-r--r-- | science/gramps/Makefile | 3 | ||||
-rw-r--r-- | science/libint/Makefile | 3 | ||||
-rw-r--r-- | science/mcstas/Makefile | 3 | ||||
-rw-r--r-- | science/svmlight/Makefile | 2 |
6 files changed, 6 insertions, 9 deletions
diff --git a/science/2dhf/Makefile b/science/2dhf/Makefile index 30e8527..ab51050 100644 --- a/science/2dhf/Makefile +++ b/science/2dhf/Makefile @@ -50,7 +50,7 @@ BLAS+= -lg2c -lm FFLAGS_ADD= -w -ffixed-line-length-none .endif WRKSRC= ${WRKDIR}/${PORTNAME} -USE_GMAKE= yes +USES= gmake ALL_TARGET= all NO_STAGE= yes diff --git a/science/dtiquery/Makefile b/science/dtiquery/Makefile index 049abc6..d5930c4 100644 --- a/science/dtiquery/Makefile +++ b/science/dtiquery/Makefile @@ -24,7 +24,7 @@ RESTRICTED= Must register to download at http://graphics.stanford.edu/projects/d SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message -USE_GMAKE= yes +USES= gmake PLIST_FILES= bin/dtiquery \ bin/dtiprecompute_cmd \ diff --git a/science/gramps/Makefile b/science/gramps/Makefile index 02b24f8..3e3c974 100644 --- a/science/gramps/Makefile +++ b/science/gramps/Makefile @@ -19,8 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsddb>0:${PORTSDIR}/databases/py-bsddb \ USE_BDB= 43 USE_PYTHON= yes -USE_GMAKE= yes -USES= desktop-file-utils gettext pathfix shared-mime-info +USES= desktop-file-utils gettext pathfix shared-mime-info gmake USE_GNOME= pygnome2 pygnomeextras gnomedocutils GNU_CONFIGURE= yes INSTALLS_OMF= yes diff --git a/science/libint/Makefile b/science/libint/Makefile index 07b8f8d..b123640 100644 --- a/science/libint/Makefile +++ b/science/libint/Makefile @@ -9,8 +9,7 @@ MASTER_SITES= http://www.files.chem.vt.edu/chem-dept/valeev/software/libint/src/ MAINTAINER= maho@FreeBSD.org COMMENT= Evaluate the integrals in modern atomic and molecular theory -USES= perl5 -USE_GMAKE= yes +USES= perl5 gmake USE_LDCONFIG= yes ALL_TARGET= # empty diff --git a/science/mcstas/Makefile b/science/mcstas/Makefile index dd3eb22..8367db9 100644 --- a/science/mcstas/Makefile +++ b/science/mcstas/Makefile @@ -19,9 +19,8 @@ RUN_DEPENDS= PDL>=0:${PORTSDIR}/math/PDL \ p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk STRIP= -USES= perl5 +USES= perl5 gmake GNU_CONFIGURE= yes -USE_GMAKE= yes NO_MTREE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/science/svmlight/Makefile b/science/svmlight/Makefile index 2f22686..435efed 100644 --- a/science/svmlight/Makefile +++ b/science/svmlight/Makefile @@ -19,7 +19,7 @@ RESTRICTED= only for education and research CFLAGS+= -fPIC MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LD="${CC}" LFLAGS="${CFLAGS}" NO_WRKSUBDIR= yes -USE_GMAKE= yes +USES= gmake USE_LDCONFIG= yes NO_STAGE= yes |