diff options
author | asami <asami@FreeBSD.org> | 2000-09-12 21:04:00 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-09-12 21:04:00 +0800 |
commit | 47da741123ef8e21ee636c92c56aeea79f52ccbd (patch) | |
tree | e040907401668bad88013b550a9c94e03adcd7e6 /mail | |
parent | 799d0bf099681efbc3cb438ad809c1b2f0175d36 (diff) | |
download | freebsd-ports-gnome-47da741123ef8e21ee636c92c56aeea79f52ccbd.tar.gz freebsd-ports-gnome-47da741123ef8e21ee636c92c56aeea79f52ccbd.tar.zst freebsd-ports-gnome-47da741123ef8e21ee636c92c56aeea79f52ccbd.zip |
Add BUILD_DEPENDS=bdftopcf:XFree86-4-clients and
RUN_DEPENDS=mkfontdir:XFree86-4-clients when XFREE86_VERSION=4.
Submitted by: bento
Diffstat (limited to 'mail')
-rw-r--r-- | mail/metamail/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/mail/metamail/Makefile b/mail/metamail/Makefile index 3bcf75f11942..e7dd5b7cc262 100644 --- a/mail/metamail/Makefile +++ b/mail/metamail/Makefile @@ -16,6 +16,13 @@ MAINTAINER= torstenb@FreeBSD.org RUN_DEPENDS= xloadimage:${PORTSDIR}/x11/xloadimage +.include <bsd.port.pre.mk> + +.if ${XFREE86_VERSION} == 4 +BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients +RUN_DEPENDS+= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients +.endif + USE_XLIB= yes WRKSRC= ${WRKDIR}/${DISTNAME}/src MAN1= audiocompose.1 audiosend.1 extcompose.1 \ @@ -26,4 +33,4 @@ MAN1= audiocompose.1 audiosend.1 extcompose.1 \ showpicture.1 splitmail.1 MAN4= mailcap.4 -.include <bsd.port.mk> +.include <bsd.port.post.mk> |