diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-01-24 09:03:12 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-01-24 09:03:12 +0000 |
commit | 98c65b17038fee5d98a6367151b39b6c609af607 (patch) | |
tree | fad6993404ca48f402e2f953e978d10cd2432293 /mail/metamail | |
parent | e5cdb400da69724761791b0e8ad203839a2de23b (diff) |
- Reset MAINTAINER
- While I'm here, pet portlint
PR: ports/164433
Submitted by: Jean-Francois Dockes <jf@dockes.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=289715
Diffstat (limited to 'mail/metamail')
-rw-r--r-- | mail/metamail/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/metamail/Makefile b/mail/metamail/Makefile index b191e03bf7e3..dbcdf2684aa6 100644 --- a/mail/metamail/Makefile +++ b/mail/metamail/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://ftp.funet.fi/pub/unix/mail/metamail/ \ DISTNAME= mm${PORTVERSION} EXTRACT_SUFX= .tar.Z -MAINTAINER= jf@dockes.org +MAINTAINER= ports@FreeBSD.org COMMENT= Implementation of MIME, the Multipurpose Internet Mail Extensions OPTIONS= X11 "X11 hebrew font support" on @@ -31,9 +31,9 @@ MAN4= mailcap.4 .include <bsd.port.pre.mk> .if !defined(WITHOUT_X11) -BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ +BUILD_DEPENDS+= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale -RUN_DEPENDS= xloadimage:${PORTSDIR}/x11/xloadimage \ +RUN_DEPENDS+= xloadimage:${PORTSDIR}/x11/xloadimage \ mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir USE_XORG= x11 PLIST_SUB+= X11="" |