summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-16 21:37:49 +0000
committerjlam <jlam@pkgsrc.org>2004-02-16 21:37:49 +0000
commitf8cc70548d464b8032ddf8c62ff10701d48b153b (patch)
tree6b5651c8990469c36ba61f511cdaacbff7423fbf /x11
parent74a043958415bce4476db4e8437af770fd629483 (diff)
downloadpkgsrc-f8cc70548d464b8032ddf8c62ff10701d48b153b.tar.gz
Fix the MASTER_SITE and remove inclusion of pkgconfig/buildlink*.mk since
this package doesn't actually _use_ pkg-config.
Diffstat (limited to 'x11')
-rw-r--r--x11/randrext/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/x11/randrext/Makefile b/x11/randrext/Makefile
index f65bc72ab2e..c2a96cce40c 100644
--- a/x11/randrext/Makefile
+++ b/x11/randrext/Makefile
@@ -1,19 +1,17 @@
-# $NetBSD: Makefile,v 1.2 2004/02/14 18:26:30 jmmv Exp $
-#
+# $NetBSD: Makefile,v 1.3 2004/02/16 21:37:49 jlam Exp $
DISTNAME= randrext-1.0
CATEGORIES= x11 devel
-MASTER_SITES= http://freedesktop.org/~xlibs/dist/
+MASTER_SITES= http://freedesktop.org/~xlibs/release/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= xtraeme@NetBSD.org
HOMEPAGE= http://freedesktop.org/
COMMENT= RandR extension (Headers and documentation files)
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= randr.pc.in
-.include "../../devel/pkgconfig/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"