diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 22:34:15 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 22:34:15 +0000 |
commit | e083779291d03436c1d125bf9bc5a49916d3e7c2 (patch) | |
tree | 1d585b6f2673e57efd497cc2d05539105385bf57 /textproc/mgdiff/Makefile | |
parent | c86f11d07caf246f37b6ffe1bbd7a332b2f15521 (diff) |
Notes
Diffstat (limited to 'textproc/mgdiff/Makefile')
-rw-r--r-- | textproc/mgdiff/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/textproc/mgdiff/Makefile b/textproc/mgdiff/Makefile index d52af2020ed9..93caf2c6d581 100644 --- a/textproc/mgdiff/Makefile +++ b/textproc/mgdiff/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mgdiff -# Date created: 22 October 1996 -# Whom: andreas@marvin.robin.de -# +# Created by: andreas@marvin.robin.de # $FreeBSD$ -# PORTNAME= mgdiff PORTVERSION= 1.0 @@ -14,10 +10,10 @@ MASTER_SITE_SUBDIR= applications DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -COMMENT= A graphical front end to the Unix diff command +COMMENT= Graphical front end to the Unix diff command +USES= imake USE_MOTIF= yes -USE_IMAKE= yes USE_XORG= ice sm x11 xext xmu xp xt MAN1= mgdiff.1 |