diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-03-15 20:24:32 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-03-15 20:24:32 +0000 |
commit | fae758643ea2785f9c8b6bc4fca567defb6a0f69 (patch) | |
tree | 72be69587e63990fc5aff044077bd85ec5a51392 /x11/Xfixes | |
parent | d2bebd2bc57cc39a6de65574a48c0bcbd82ca433 (diff) | |
download | pkgsrc-fae758643ea2785f9c8b6bc4fca567defb6a0f69.tar.gz |
bl3ify
Diffstat (limited to 'x11/Xfixes')
-rw-r--r-- | x11/Xfixes/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/Xfixes/Makefile b/x11/Xfixes/Makefile index 88471e9a4ac..53291677306 100644 --- a/x11/Xfixes/Makefile +++ b/x11/Xfixes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/02/14 18:26:29 jmmv Exp $ +# $NetBSD: Makefile,v 1.5 2004/03/15 20:24:32 xtraeme Exp $ # DISTNAME= libXfixes-2.0.0 @@ -12,12 +12,12 @@ HOMEPAGE= http://freedesktop.org/ COMMENT= Xfixes extension of X RandR USE_X11= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE+= xfixes.pc.in -.include "../../x11/fixesext/buildlink2.mk" -.include "../../devel/pkgconfig/buildlink2.mk" +.include "../../devel/pkgconfig/buildlink3.mk" +.include "../../x11/fixesext/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |