diff options
author | nork <nork@FreeBSD.org> | 2003-02-24 17:50:14 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-02-24 17:50:14 +0800 |
commit | 19777765469de5381597243413097fbb4a385600 (patch) | |
tree | c535698b436f2ddea44d91cca74c1e9d1def0b60 | |
parent | 85211b41265204f6e13d56d912a2d314f4b7cf14 (diff) | |
download | freebsd-ports-gnome-19777765469de5381597243413097fbb4a385600.tar.gz freebsd-ports-gnome-19777765469de5381597243413097fbb4a385600.tar.zst freebsd-ports-gnome-19777765469de5381597243413097fbb4a385600.zip |
Bump PORTREVISION by changing libXft2.so to libXft.so.
PR: ports/48463
Reported by: Timothy R. Geier <tgeier@acsmail.com> and many
Not objected to by: cvs-all, marcus, anholt (5days)
-rw-r--r-- | x11-toolkits/pango/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile index fe93b85ccae4..949d6286830c 100644 --- a/x11-toolkits/pango/Makefile +++ b/x11-toolkits/pango/Makefile @@ -7,6 +7,7 @@ PORTNAME= pango PORTVERSION= 1.2.1 +PORTREVISON= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/${PORTNAME}/1.2,} \ ftp://ftp.gtk.org/pub/gtk/v2.0/ \ |