diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-10 15:00:44 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-10 15:00:44 +0800 |
commit | 2ea731964eb67c501dccc7db3bd1e17a299faa62 (patch) | |
tree | 567d3c4f39ba679f84c7c393db293295d2f6b632 /math | |
parent | a564d011d1e5b4c73ae59238e35a2521f20d22d1 (diff) | |
download | freebsd-ports-gnome-2ea731964eb67c501dccc7db3bd1e17a299faa62.tar.gz freebsd-ports-gnome-2ea731964eb67c501dccc7db3bd1e17a299faa62.tar.zst freebsd-ports-gnome-2ea731964eb67c501dccc7db3bd1e17a299faa62.zip |
Convert from USE_MOTIF to USES=motif
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Remove indefinite article from comment
Diffstat (limited to 'math')
-rw-r--r-- | math/grace/Makefile | 3 | ||||
-rw-r--r-- | math/ngraph/Makefile | 9 | ||||
-rw-r--r-- | math/oleo/Makefile | 2 |
3 files changed, 4 insertions, 10 deletions
diff --git a/math/grace/Makefile b/math/grace/Makefile index 28e58780ebf1..c0260b768779 100644 --- a/math/grace/Makefile +++ b/math/grace/Makefile @@ -26,9 +26,8 @@ OPTIONS_DEFAULT=FFTW NETCDF PDF XMHTML PDF_DESC= PDF output XMHTML_DESC= Use XmHTML widget for on-line help -USE_MOTIF= yes USE_GCC= any -USE_GMAKE= yes +USES= gmake motif GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-grace-home=${DATADIR} \ --with-extra-incpath=${LOCALBASE}/include \ diff --git a/math/ngraph/Makefile b/math/ngraph/Makefile index 24a0c6dba540..6ae81069d8c6 100644 --- a/math/ngraph/Makefile +++ b/math/ngraph/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ngraph -# Date created: 18 Aug 1999 -# Whom: nobu@rd.isac.co.jp -# +# Created by: nobu@rd.isac.co.jp # $FreeBSD$ -# PORTNAME= ngraph PORTVERSION= 6.3.51 @@ -16,7 +12,6 @@ DISTNAME= Ngraph-${PORTVERSION}-src MAINTAINER= sanpei@FreeBSD.org COMMENT= XY plotting tool for students, scientists, and engineers -USE_MOTIF= yes -USE_GMAKE= yes +USES= make motif .include <bsd.port.mk> diff --git a/math/oleo/Makefile b/math/oleo/Makefile index b404e286f9a8..2717e294d515 100644 --- a/math/oleo/Makefile +++ b/math/oleo/Makefile @@ -29,7 +29,7 @@ OPTIONS_DEFINE= MOTIF NLS LIB_DEPENDS+= plot:${PORTSDIR}/graphics/plotutils \ Xbae:${PORTSDIR}/x11-toolkits/xbae \ XmHTML:${PORTSDIR}/x11-toolkits/xmhtml -USE_MOTIF= yes +USES+= motif CONFIGURE_ARGS+= --with-motif .else USE_XORG= xt ice sm |