diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 22:06:54 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 22:06:54 +0000 |
commit | 053a8a16409e22767824c96bed4131cd061bdb56 (patch) | |
tree | 4c9dfc7288aabc6494176013bf9b9b026738d1a6 /mail/ml | |
parent | f7ae779188581f17c813e0736de2ebc61f89e5d4 (diff) | |
download | ports-053a8a16409e22767824c96bed4131cd061bdb56.tar.gz ports-053a8a16409e22767824c96bed4131cd061bdb56.zip |
Notes
Diffstat (limited to 'mail/ml')
-rw-r--r-- | mail/ml/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/mail/ml/Makefile b/mail/ml/Makefile index 4be0d7b7a436..7202d7e946fa 100644 --- a/mail/ml/Makefile +++ b/mail/ml/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: YACL -# Date created: 15 March 1998 -# Whom: Jeroen Hogeveen <albast@xs4all.nl> -# +# Created by: Jeroen Hogeveen <albast@xs4all.nl> # $FreeBSD$ -# PORTNAME= ml PORTVERSION= 3.4 @@ -12,10 +8,10 @@ CATEGORIES= mail MASTER_SITES= http://ftp.uni-koeln.de/windows/xcontrib/ MAINTAINER= mjl@luckie.org.nz -COMMENT= An X11 IMAP client +COMMENT= X11 IMAP client WRKSRC= ${WRKDIR}/${DISTNAME}/src -USE_IMAKE= yes +USES= imake USE_XORG= ice sm x11 xext xmu xp xt USE_MOTIF= yes |