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 | |
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')
-rw-r--r-- | x11/xcalc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xcalc/Makefile b/x11/xcalc/Makefile index 90b75155ec8e..e5e3c4af23ff 100644 --- a/x11/xcalc/Makefile +++ b/x11/xcalc/Makefile @@ -2,6 +2,7 @@ PORTNAME= xcalc PORTVERSION= 1.0.6 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -9,7 +10,6 @@ COMMENT= Scientific calculator for X RUN_DEPENDS= font-misc-misc>=1.1.2:${PORTSDIR}/x11-fonts/font-misc-misc \ font-adobe-100dpi>=1.0.3:${PORTSDIR}/x11-fonts/font-adobe-100dpi \ - font-alias>=1.0.3:${PORTSDIR}/x11-fonts/font-alias \ xbitmaps>=1.1.0:${PORTSDIR}/x11/xbitmaps XORG_CAT= app |