diff options
author | lesi <lesi@FreeBSD.org> | 2004-08-23 19:15:47 +0800 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2004-08-23 19:15:47 +0800 |
commit | 4b3f8d958ca0012c6f938e5d743655d6e0fc74b7 (patch) | |
tree | 788c342563399292ae987d03ba29a79fd42387fa /x11-fonts | |
parent | 44688696a04c668947573f2363cdaeb32e3f0144 (diff) | |
download | freebsd-ports-gnome-4b3f8d958ca0012c6f938e5d743655d6e0fc74b7.tar.gz freebsd-ports-gnome-4b3f8d958ca0012c6f938e5d743655d6e0fc74b7.tar.zst freebsd-ports-gnome-4b3f8d958ca0012c6f938e5d743655d6e0fc74b7.zip |
Depend on x11-fonts/bitstream-vera, as it is also among scalable
fonts that come with XFree86.
Approved by: anholt (mentor)
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/XFree86-4-fontScalable/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-fonts/XFree86-4-fontScalable/Makefile b/x11-fonts/XFree86-4-fontScalable/Makefile index 69ca5b22a421..9b9a9a9c9af2 100644 --- a/x11-fonts/XFree86-4-fontScalable/Makefile +++ b/x11-fonts/XFree86-4-fontScalable/Makefile @@ -7,6 +7,7 @@ PORTNAME= fontScalable PORTVERSION= 4.4.0 +PORTREVISION= 1 CATEGORIES= x11-fonts MASTER_SITES= ${MASTER_SITE_XFREE} MASTER_SITE_SUBDIR= ${PORTVERSION} @@ -18,7 +19,8 @@ MAINTAINER= x11@FreeBSD.org COMMENT= XFree86-4 scalable fonts BUILD_DEPENDS= ucs2any:${PORTSDIR}/x11/XFree86-4-clients -RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/encodings/encodings.dir:${PORTSDIR}/x11-fonts/XFree86-4-fontEncodings +RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/encodings/encodings.dir:${PORTSDIR}/x11-fonts/XFree86-4-fontEncodings \ + ${X11BASE}/lib/X11/fonts/bitstream-vera/VeraIt.ttf:${PORTSDIR}/x11-fonts/bitstream-vera CONFLICTS= xorg-fonts-type1-* xorg-fonts-truetype-* |