diff options
author | Dejan Lesjak <lesi@FreeBSD.org> | 2004-08-23 11:15:47 +0000 |
---|---|---|
committer | Dejan Lesjak <lesi@FreeBSD.org> | 2004-08-23 11:15:47 +0000 |
commit | 2e77807dfad93886302026f2ceb1cf71e0678212 (patch) | |
tree | 85347ffe54e94439f95c0aa311e52477cb99cee9 | |
parent | Instead of installing xterm here, depend on x11/xterm port. Taken from (diff) |
Depend on x11-fonts/bitstream-vera, as it is also among scalable
fonts that come with XFree86.
Approved by: anholt (mentor)
Notes
Notes:
svn path=/head/; revision=117109
-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-* |