diff options
author | joerg <joerg@pkgsrc.org> | 2006-12-15 20:32:52 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-12-15 20:32:52 +0000 |
commit | fa022216dcc30d105a30e345177ddc45b4777d4b (patch) | |
tree | 18da47edbf63f3b1426c1e8f88063303e6b0ef19 /math | |
parent | 2b8d67be4e6e47491da8458d54dfb357b4ef64a7 (diff) | |
download | pkgsrc-fa022216dcc30d105a30e345177ddc45b4777d4b.tar.gz |
Mechanically replace all includes of buildlink3.mk of the following
packages with the modular Xorg equivalent. Those are falling back
to the old location by default, so this commmit doesn't change
dependencies.
graphics/xpm ==> x11/libXpm
fonts/Xft2 ==> x11/libXft
x11/Xfixes ==> x11/libXfixes
x11/xcursor ==> x11/libXcursor
x11/Xrender ==> x11/libXrender
x11/Xrandr ==> libXrandr
Diffstat (limited to 'math')
-rw-r--r-- | math/abs/Makefile | 4 | ||||
-rw-r--r-- | math/grace/Makefile | 4 | ||||
-rw-r--r-- | math/snns/Makefile | 4 | ||||
-rw-r--r-- | math/xldlas/Makefile | 4 | ||||
-rw-r--r-- | math/xmgr/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/math/abs/Makefile b/math/abs/Makefile index baefbf68508..dae13f37793 100644 --- a/math/abs/Makefile +++ b/math/abs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/10/04 21:47:57 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2006/12/15 20:32:58 joerg Exp $ # DISTNAME= abs-src-0.8 @@ -20,5 +20,5 @@ INSTALLATION_DIRS= bin do-install: ${INSTALL_PROGRAM} ${WRKSRC}/abs ${PREFIX}/bin -.include "../../graphics/xpm/buildlink3.mk" +.include "../../x11/libXpm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/grace/Makefile b/math/grace/Makefile index 6f5b6a8f7be..a37aaf49dfe 100644 --- a/math/grace/Makefile +++ b/math/grace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2006/07/21 05:35:39 rillig Exp $ +# $NetBSD: Makefile,v 1.42 2006/12/15 20:32:58 joerg Exp $ # DISTNAME= grace-5.1.14 @@ -32,10 +32,10 @@ post-install: .include "../../graphics/jpeg/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" -.include "../../graphics/xpm/buildlink3.mk" .include "../../math/fftw2/buildlink3.mk" .include "../../print/pdflib/buildlink3.mk" .include "../../x11/Xbae/buildlink3.mk" .include "../../x11/XmHTML/buildlink3.mk" +.include "../../x11/libXpm/buildlink3.mk" .include "../../mk/motif.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/snns/Makefile b/math/snns/Makefile index 3fb37369b26..09e682eed8f 100644 --- a/math/snns/Makefile +++ b/math/snns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/02/05 23:10:04 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2006/12/15 20:32:58 joerg Exp $ DISTNAME= SNNSv4.2 PKGNAME= snns-4.2 @@ -32,5 +32,5 @@ post-install: ${PREFIX}/share/examples/snns; \ done -.include "../../graphics/xpm/buildlink3.mk" +.include "../../x11/libXpm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/xldlas/Makefile b/math/xldlas/Makefile index a8a8f73403c..6cb08e104c4 100644 --- a/math/xldlas/Makefile +++ b/math/xldlas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2006/03/24 11:28:09 joerg Exp $ +# $NetBSD: Makefile,v 1.29 2006/12/15 20:32:58 joerg Exp $ DISTNAME= xldlas-0.85 PKGREVISION= 5 @@ -22,7 +22,7 @@ do-install: ${CP} -R ${WRKSRC}/help ${PREFIX}/share/xldlas .include "../../graphics/jpeg/buildlink3.mk" -.include "../../graphics/xpm/buildlink3.mk" +.include "../../x11/libXpm/buildlink3.mk" .include "../../x11/xforms/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/xmgr/Makefile b/math/xmgr/Makefile index 6324e336419..2c624ec2e9e 100644 --- a/math/xmgr/Makefile +++ b/math/xmgr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2006/07/21 05:27:21 rillig Exp $ +# $NetBSD: Makefile,v 1.30 2006/12/15 20:32:59 joerg Exp $ DISTNAME= xmgr-4.1.2 PKGREVISION= 4 @@ -28,7 +28,7 @@ REPLACE_PERL+= auxiliary/fdf2fit USE_TOOLS+= perl:run .include "../../devel/netcdf/buildlink3.mk" -.include "../../graphics/xpm/buildlink3.mk" +.include "../../x11/libXpm/buildlink3.mk" .include "../../mk/motif.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |