diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 15:00:44 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 15:00:44 +0800 |
commit | 942c2a28be6e560a605ebc033cdb2621880953d1 (patch) | |
tree | 567d3c4f39ba679f84c7c393db293295d2f6b632 /math/oleo | |
parent | 1679a3f535999d7959d45dfc6a5809c8e1ddf919 (diff) | |
download | freebsd-ports-gnome-942c2a28be6e560a605ebc033cdb2621880953d1.tar.gz freebsd-ports-gnome-942c2a28be6e560a605ebc033cdb2621880953d1.tar.zst freebsd-ports-gnome-942c2a28be6e560a605ebc033cdb2621880953d1.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/oleo')
-rw-r--r-- | math/oleo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |