diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 07:00:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 07:00:44 +0000 |
commit | 942c2a28be6e560a605ebc033cdb2621880953d1 (patch) | |
tree | 567d3c4f39ba679f84c7c393db293295d2f6b632 /x11-toolkits/movingmotif/Makefile | |
parent | 1679a3f535999d7959d45dfc6a5809c8e1ddf919 (diff) |
Convert from USE_MOTIF to USES=motif
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Remove indefinite article from comment
Notes
Notes:
svn path=/head/; revision=322622
Diffstat (limited to 'x11-toolkits/movingmotif/Makefile')
-rw-r--r-- | x11-toolkits/movingmotif/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11-toolkits/movingmotif/Makefile b/x11-toolkits/movingmotif/Makefile index 0c4efb8c9fb1..8106b5a14c44 100644 --- a/x11-toolkits/movingmotif/Makefile +++ b/x11-toolkits/movingmotif/Makefile @@ -1,8 +1,4 @@ -# ex:ts=8 -# Ports collection makefile for: movingmotif -# Date created: Sep 13, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ PORTNAME= movingmotif @@ -14,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}_2_1/movingmotiv-2.3.1 MAINTAINER= gahr@FreeBSD.org COMMENT= Display scientific data as dynamic plot -USE_MOTIF= yes +USES= motif USE_AUTOTOOLS= libtool USE_LDCONFIG= yes |