diff options
author | tron <tron@pkgsrc.org> | 2013-06-05 08:23:27 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2013-06-05 08:23:27 +0000 |
commit | c6b668514b1976f1e4214e53142c24bc081430cc (patch) | |
tree | 966dbbea0b19d0a92baecfaad73f88f6ae911b7a /fonts/Xft2 | |
parent | 667047f823161553a9dbe3aabdd36d6598bbab71 (diff) | |
download | pkgsrc-c6b668514b1976f1e4214e53142c24bc081430cc.tar.gz |
Correct home page URL.
Diffstat (limited to 'fonts/Xft2')
-rw-r--r-- | fonts/Xft2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/Xft2/Makefile b/fonts/Xft2/Makefile index 6bd5efd6dd8..74b3ecd3c7a 100644 --- a/fonts/Xft2/Makefile +++ b/fonts/Xft2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2013/06/04 22:16:02 tron Exp $ +# $NetBSD: Makefile,v 1.55 2013/06/05 08:23:27 tron Exp $ DISTNAME= libXft-2.1.7 PKGNAME= Xft2-2.1.7 @@ -8,7 +8,7 @@ MASTER_SITES= http://xlibs.freedesktop.org/release/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://fontconfig.org/ +HOMEPAGE= http://www.freedesktop.org/wiki/Software/Xft/ COMMENT= Library for configuring and customizing font access CONFLICTS+= libXft-[0-9]* |