summaryrefslogtreecommitdiff
path: root/net/tightvnc
diff options
context:
space:
mode:
authorobache <obache>2012-04-03 04:34:09 +0000
committerobache <obache>2012-04-03 04:34:09 +0000
commit7957f7d89e3973f1bab89ea7839bc4a3e1026d67 (patch)
tree03105b0a2d4f861e5e755209fe7b3e0fe3d5052d /net/tightvnc
parentb634094e49f096a63e646f98ee28022b28c6e19e (diff)
downloadpkgsrc-7957f7d89e3973f1bab89ea7839bc4a3e1026d67.tar.gz
Add modular X font paths to FONTPATH.
PR 46085.
Diffstat (limited to 'net/tightvnc')
-rw-r--r--net/tightvnc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/tightvnc/Makefile b/net/tightvnc/Makefile
index f802d30a1d7..1b8fb7000b2 100644
--- a/net/tightvnc/Makefile
+++ b/net/tightvnc/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2010/12/23 11:44:53 dsainty Exp $
+# $NetBSD: Makefile,v 1.37 2012/04/03 04:34:09 obache Exp $
DISTNAME= tightvnc-1.3.10
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= net x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vnc-tight/}
DISTFILES= ${DISTNAME}_unixsrc.tar.bz2
@@ -35,7 +35,7 @@ RGBPATH= ${PREFIX}/share/X11/rgb
.else
RGBPATH= ${X11BASE}/lib/X11/rgb
.endif
-FONTPATH= ${X11BASE}/lib/X11/fonts/misc,${X11BASE}/lib/X11/fonts/75dpi
+FONTPATH= ${X11BASE}/share/fonts/X11/misc,${X11BASE}/share/fonts/X11/75dpi,${X11BASE}/lib/X11/fonts/misc,${X11BASE}/lib/X11/fonts/75dpi
SUBST_CLASSES+= hpath
SUBST_STAGE.hpath= pre-configure