diff options
author | antoine <antoine@FreeBSD.org> | 2015-03-20 03:40:56 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-03-20 03:40:56 +0800 |
commit | c487a5266529c1ef37544315186edd709a2405e8 (patch) | |
tree | 1e95ec0183419593eafbde4c07616dcc581eacea /x11-fonts | |
parent | 5493ed78ecfb5074d9fa41de884a0d868a1b082b (diff) | |
download | freebsd-ports-graphics-c487a5266529c1ef37544315186edd709a2405e8.tar.gz freebsd-ports-graphics-c487a5266529c1ef37544315186edd709a2405e8.tar.zst freebsd-ports-graphics-c487a5266529c1ef37544315186edd709a2405e8.zip |
Add missing BUILD_DEPENDS and CONFIGURE_ARGS
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/font-sun-misc/Makefile | 7 | ||||
-rw-r--r-- | x11-fonts/font-winitzki-cyrillic/Makefile | 9 | ||||
-rw-r--r-- | x11-fonts/font-xfree86-type1/Makefile | 6 |
3 files changed, 15 insertions, 7 deletions
diff --git a/x11-fonts/font-sun-misc/Makefile b/x11-fonts/font-sun-misc/Makefile index 326b94a8bb4..18ebce3cf7e 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> diff --git a/x11-fonts/font-winitzki-cyrillic/Makefile b/x11-fonts/font-winitzki-cyrillic/Makefile index f07c829d839..bd1d540709a 100644 --- a/x11-fonts/font-winitzki-cyrillic/Makefile +++ b/x11-fonts/font-winitzki-cyrillic/Makefile @@ -4,16 +4,19 @@ PORTNAME= font-winitzki-cyrillic 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 Winitzki Cyrillic font -USES= fonts +BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ + mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir + +USES= fonts FONTNAME= cyrillic GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-fontrootdir=${PREFIX}/lib/X11/fonts PLIST_FILES= ${FONTSDIR}/proof9x16.pcf.gz .include <bsd.port.mk> diff --git a/x11-fonts/font-xfree86-type1/Makefile b/x11-fonts/font-xfree86-type1/Makefile index 26d3f95fd6c..848beddc24c 100644 --- a/x11-fonts/font-xfree86-type1/Makefile +++ b/x11-fonts/font-xfree86-type1/Makefile @@ -4,16 +4,18 @@ PORTNAME= font-xfree86-type1 PORTVERSION= 1.0.4 PORTREVISION= 1 -MASTER_SITES= XORG -MASTER_SITE_SUBDIR= individual/font +MASTER_SITES= XORG/individual/font CATEGORIES= x11-fonts MAINTAINER= x11@FreeBSD.org COMMENT= X.Org XFree86 Type1 font +BUILD_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir + USES= fonts FONTNAME= Type1 GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-fontrootdir=${PREFIX}/lib/X11/fonts PLIST_FILES= ${FONTSDIR}/cursor.pfa .include <bsd.port.mk> |