diff options
author | obache <obache@pkgsrc.org> | 2012-04-03 04:34:09 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-04-03 04:34:09 +0000 |
commit | d6eb43aeca83d872dbab00f123729e3331ca2f78 (patch) | |
tree | 03105b0a2d4f861e5e755209fe7b3e0fe3d5052d /net | |
parent | 464cee865c0baa1ea90360b3430e2572c12cc7cc (diff) | |
download | pkgsrc-d6eb43aeca83d872dbab00f123729e3331ca2f78.tar.gz |
Add modular X font paths to FONTPATH.
PR 46085.
Diffstat (limited to 'net')
-rw-r--r-- | net/tightvnc/Makefile | 6 |
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 |