diff options
author | bapt <bapt@FreeBSD.org> | 2015-03-20 09:12:20 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-03-20 09:12:20 +0800 |
commit | 915b957824abf855e57741351fa39833385a09b6 (patch) | |
tree | 6c84536921c7c5a3def1d614c13a8a70d850700c /x11-fonts/font-bh-100dpi | |
parent | 075cd1473ac5e82af7dffe1b74c945c5ad9f6850 (diff) | |
download | freebsd-ports-gnome-915b957824abf855e57741351fa39833385a09b6.tar.gz freebsd-ports-gnome-915b957824abf855e57741351fa39833385a09b6.tar.zst freebsd-ports-gnome-915b957824abf855e57741351fa39833385a09b6.zip |
Rework XORG_CAT= font
Fonts are now generating the fonts.scale and fonts.dir at install time
font-alias is not needed anymore for the above reason
extract font-util and encodings out of XORG_CAT=fonts because they do not
install any fonts
make XORG_CAT=fonts use USES=fonts
Diffstat (limited to 'x11-fonts/font-bh-100dpi')
-rw-r--r-- | x11-fonts/font-bh-100dpi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fonts/font-bh-100dpi/Makefile b/x11-fonts/font-bh-100dpi/Makefile index de413085a685..a3541652862d 100644 --- a/x11-fonts/font-bh-100dpi/Makefile +++ b/x11-fonts/font-bh-100dpi/Makefile @@ -3,7 +3,7 @@ PORTNAME= font-bh-100dpi PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fonts MAINTAINER= x11@FreeBSD.org |