diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-16 21:37:49 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-16 21:37:49 +0000 |
commit | 6b61e1cbed530d44450f4c6a21fae76b02d1b454 (patch) | |
tree | 6b5651c8990469c36ba61f511cdaacbff7423fbf /x11/randrext | |
parent | 8e524ab84f9c8d8ff127d4426ad5061a48abd559 (diff) | |
download | pkgsrc-6b61e1cbed530d44450f4c6a21fae76b02d1b454.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/randrext')
-rw-r--r-- | x11/randrext/Makefile | 8 |
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" |