diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-01-24 17:03:12 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-01-24 17:03:12 +0800 |
commit | 1903111bafbb3924ff468119a9255ebef6942ac2 (patch) | |
tree | ac2474162f90b153014b525c074b3ab684b35f7c /mail/metamail/Makefile | |
parent | e6183f1f011db05332f3c6250d8f4b20157413d1 (diff) | |
download | freebsd-ports-gnome-1903111bafbb3924ff468119a9255ebef6942ac2.tar.gz freebsd-ports-gnome-1903111bafbb3924ff468119a9255ebef6942ac2.tar.zst freebsd-ports-gnome-1903111bafbb3924ff468119a9255ebef6942ac2.zip |
- Reset MAINTAINER
- While I'm here, pet portlint
PR: ports/164433
Submitted by: Jean-Francois Dockes <jf@dockes.org> (maintainer)
Diffstat (limited to 'mail/metamail/Makefile')
-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="" |