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 /textproc | |
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 'textproc')
-rw-r--r-- | textproc/mgdiff/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/mgdiff/Makefile b/textproc/mgdiff/Makefile index 93caf2c6d581..45ec040f0351 100644 --- a/textproc/mgdiff/Makefile +++ b/textproc/mgdiff/Makefile @@ -12,8 +12,7 @@ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Graphical front end to the Unix diff command -USES= imake -USE_MOTIF= yes +USES= imake motif USE_XORG= ice sm x11 xext xmu xp xt MAN1= mgdiff.1 |