diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-03-19 19:40:56 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-03-19 19:40:56 +0000 |
commit | 47b4c27b144e6d10510f0a754fa8191babbfbf47 (patch) | |
tree | 1e95ec0183419593eafbde4c07616dcc581eacea /x11-fonts/font-sun-misc | |
parent | 68517d8ee096a6d1e71465c0d6c839b996a45ed0 (diff) |
Notes
Diffstat (limited to 'x11-fonts/font-sun-misc')
-rw-r--r-- | x11-fonts/font-sun-misc/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/x11-fonts/font-sun-misc/Makefile b/x11-fonts/font-sun-misc/Makefile index 326b94a8bb46..18ebce3cf7e1 100644 --- a/x11-fonts/font-sun-misc/Makefile +++ b/x11-fonts/font-sun-misc/Makefile @@ -4,15 +4,18 @@ PORTNAME= font-sun-misc PORTVERSION= 1.0.3 PORTREVISION= 2 -MASTER_SITES= XORG -MASTER_SITE_SUBDIR= individual/font +MASTER_SITES= XORG/individual/font CATEGORIES= x11-fonts MAINTAINER= x11@FreeBSD.org COMMENT= X.Org miscellaneous Sun fonts +BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ + mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir + USES= fonts tar:bzip2 FONTNAME= misc GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-fontrootdir=${PREFIX}/lib/X11/fonts .include <bsd.port.mk> |