summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-16 21:37:49 +0000
committerjlam <jlam>2004-02-16 21:37:49 +0000
commit63b497023b43ac3c8cce8d4e4f34f12473156a67 (patch)
tree6b5651c8990469c36ba61f511cdaacbff7423fbf /x11
parentf4f6f8bb10030207b7621f9ca4e3fc3298434727 (diff)
downloadpkgsrc-63b497023b43ac3c8cce8d4e4f34f12473156a67.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"