View | Details | Raw Unified | Return to bug 115509
Collapse All | Expand All

(-)ports/x11-fonts/p5-type1inst/Makefile (-3 / +3 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	type1inst
8
PORTNAME=	type1inst
9
PORTVERSION=	0.6.1
9
PORTVERSION=	0.6.1
10
PORTREVISION=	3
10
PORTREVISION=	4
11
CATEGORIES=	x11-fonts perl5
11
CATEGORIES=	x11-fonts perl5
12
MASTER_SITES=	${MASTER_SITE_SUNSITE}
12
MASTER_SITES=	${MASTER_SITE_SUNSITE}
13
MASTER_SITE_SUBDIR=X11/xutils
13
MASTER_SITE_SUBDIR=X11/xutils
Lines 16-25 Link Here
16
MAINTAINER=	hrs@FreeBSD.org
16
MAINTAINER=	hrs@FreeBSD.org
17
COMMENT=	A script that helps install Postscript fonts in X Window System
17
COMMENT=	A script that helps install Postscript fonts in X Window System
18
18
19
RUN_DEPENDS=	mkfontdir:${X_CLIENTS_PORT}
19
RUN_DEPENDS=	${X11BASE}/bin/mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
20
		${X11BASE}/bin/mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
20
21
21
USE_PERL5=	yes
22
USE_PERL5=	yes
22
USE_XLIB=	yes
23
NO_BUILD=	yes
23
NO_BUILD=	yes
24
24
25
MAN1=	type1inst.1
25
MAN1=	type1inst.1

Return to bug 115509