diff options
author | xtraeme <xtraeme> | 2004-03-15 20:24:32 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-03-15 20:24:32 +0000 |
commit | 2358d01cb0ede8269658bdf177ed69e6d0fe683b (patch) | |
tree | 72be69587e63990fc5aff044077bd85ec5a51392 /x11/fixesext | |
parent | 492c210e3227050c860064fbe585ecceea304f24 (diff) | |
download | pkgsrc-2358d01cb0ede8269658bdf177ed69e6d0fe683b.tar.gz |
bl3ify
Diffstat (limited to 'x11/fixesext')
-rw-r--r-- | x11/fixesext/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/fixesext/Makefile b/x11/fixesext/Makefile index fdc679356fc..3b326fe46bf 100644 --- a/x11/fixesext/Makefile +++ b/x11/fixesext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/02/14 18:26:29 jmmv Exp $ +# $NetBSD: Makefile,v 1.3 2004/03/15 20:24:32 xtraeme Exp $ # DISTNAME= fixesext-2.0 @@ -11,10 +11,10 @@ HOMEPAGE= http://www.freedesktop.org/Software/xlibs COMMENT= X Fixes extension headers and specification USE_X11= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE+= fixesext.pc.in -.include "../../devel/pkgconfig/buildlink2.mk" +.include "../../devel/pkgconfig/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |