diff options
author | marcus <marcus@FreeBSD.org> | 2003-01-20 03:29:34 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-01-20 03:29:34 +0800 |
commit | 87cb9cb910a17553b69d261c56e77cbb2ea11cc6 (patch) | |
tree | 06389f5192510ce1f343b1f5ecd494ecaf01a8af /x11-fonts/libXft/Makefile | |
parent | 02e4e5321c3be90235473ef15c464cf2e90b0a62 (diff) | |
download | freebsd-ports-gnome-87cb9cb910a17553b69d261c56e77cbb2ea11cc6.tar.gz freebsd-ports-gnome-87cb9cb910a17553b69d261c56e77cbb2ea11cc6.tar.zst freebsd-ports-gnome-87cb9cb910a17553b69d261c56e77cbb2ea11cc6.zip |
Update to 2.1. According to the release notes, more symbols have been
exported in this release such that QT 3.x should link against it.
Diffstat (limited to 'x11-fonts/libXft/Makefile')
-rw-r--r-- | x11-fonts/libXft/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-fonts/libXft/Makefile b/x11-fonts/libXft/Makefile index f5839ff9ddb5..508c4094d2c6 100644 --- a/x11-fonts/libXft/Makefile +++ b/x11-fonts/libXft/Makefile @@ -6,10 +6,9 @@ # PORTNAME= Xft -PORTVERSION= 2.0 -PORTREVISION= 1 +PORTVERSION= 2.1 CATEGORIES= x11-fonts -MASTER_SITES= http://fontconfig.org/release/ +MASTER_SITES= http://fontconfig.org/fontconfig/release/ DISTNAME= fcpackage.${PORTVERSION:S/./_/} MAINTAINER= gnome@FreeBSD.org |