aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-03-20 07:19:51 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-03-20 07:19:51 +0000
commit4b5be23683a0e0e822868f329e18b5ef1c58bed4 (patch)
treecbf7118fbd91bcd76d039218dd833258fe9e4271 /net
parent0caa9545e3bcda69376fc18927ab217d5e5e7b9c (diff)
downloadports-4b5be23683a0e0e822868f329e18b5ef1c58bed4.tar.gz
ports-4b5be23683a0e0e822868f329e18b5ef1c58bed4.zip
Removing font-alias was a mistake, readd it which fixes tigervnc (and more)
Pointyhat to: bapt Reported by: Corey <merlincorey@hushmail.me>
Notes
Notes: svn path=/head/; revision=381713
Diffstat (limited to 'net')
-rw-r--r--net/vnc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/vnc/Makefile b/net/vnc/Makefile
index 13fc7285c610..97cd5b0a4e40 100644
--- a/net/vnc/Makefile
+++ b/net/vnc/Makefile
@@ -3,7 +3,7 @@
PORTNAME= vnc
PORTVERSION= 4.1.3
-PORTREVISION= 9
+PORTREVISION= 8
CATEGORIES= net ipv6
MASTER_SITES= http://home.bluelife.at/ports/distfiles/${DIST_SUBDIR}/:vnc
DISTNAME= vnc-4_1_3-unixsrc
@@ -55,7 +55,8 @@ MAKE_ARGS= AR='ar rc'
.endif
RUN_DEPENDS+= xauth:${PORTSDIR}/x11/xauth \
- xorg-fonts-miscbitmaps>0:${PORTSDIR}/x11-fonts/xorg-fonts-miscbitmaps
+ xorg-fonts-miscbitmaps>0:${PORTSDIR}/x11-fonts/xorg-fonts-miscbitmaps \
+ ${LOCALBASE}/lib/X11/fonts/misc/fonts.alias:${PORTSDIR}/x11-fonts/font-alias
EXTRA_PATCHES+= ${WRKSRC}/xc.patch \
${PATCHDIR}/vnc.def-patch \