diff options
author | feld <feld@FreeBSD.org> | 2015-04-06 23:57:53 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2015-04-06 23:57:53 +0800 |
commit | fe64a111cdf7567def6798194a38fc0e2091fa75 (patch) | |
tree | d559b34c814ceb0279cb8f5fd0a9ead0822b902f | |
parent | a895917ec473e8045866735d65482d42ab6e2676 (diff) | |
download | freebsd-ports-gnome-fe64a111cdf7567def6798194a38fc0e2091fa75.tar.gz freebsd-ports-gnome-fe64a111cdf7567def6798194a38fc0e2091fa75.tar.zst freebsd-ports-gnome-fe64a111cdf7567def6798194a38fc0e2091fa75.zip |
Bump PORTREVISION to chase the new font paths
Pango's modules.cache needs to be updated to find the fonts. For
example, Smokeping has broken fonts until modules.cache is
updated. It can also be done manually with:
pango-querymodules --update-cache
-rw-r--r-- | x11-toolkits/pango/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile index 2d54e031c6f4..4ba7c015f641 100644 --- a/x11-toolkits/pango/Makefile +++ b/x11-toolkits/pango/Makefile @@ -4,7 +4,7 @@ PORTNAME= pango PORTVERSION= 1.36.8 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= x11-toolkits MASTER_SITES= GNOME DIST_SUBDIR= gnome2 |