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 | 58c314423618d9e74407834dd613376be4ef0878 (patch) | |
tree | 18da47edbf63f3b1426c1e8f88063303e6b0ef19 /wm/fluxbox/options.mk | |
parent | 1a74f87f421f832d8d7f18cd95ae4c1f6a8b931f (diff) | |
download | pkgsrc-58c314423618d9e74407834dd613376be4ef0878.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 'wm/fluxbox/options.mk')
-rw-r--r-- | wm/fluxbox/options.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wm/fluxbox/options.mk b/wm/fluxbox/options.mk index 8cf0631a741..6bb2f47b702 100644 --- a/wm/fluxbox/options.mk +++ b/wm/fluxbox/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2005/10/24 17:23:33 tonio Exp $ +# $NetBSD: options.mk,v 1.4 2006/12/15 20:33:01 joerg Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.fluxbox PKG_SUPPORTED_OPTIONS= gnome kde imlib2 xft xrender @@ -27,14 +27,14 @@ CONFIGURE_ARGS+= --disable-imlib2 .if !empty(PKG_OPTIONS:Mxft) CONFIGURE_ARGS+= --enable-xft -.include "../../fonts/Xft2/buildlink3.mk" +.include "../../x11/libXft/buildlink3.mk" .else CONFIGURE_ARGS+= --disable-xft .endif .if !empty(PKG_OPTIONS:Mxrender) CONFIGURE_ARGS+= --enable-xrender -.include "../../x11/Xrender/buildlink3.mk" +.include "../../x11/libXrender/buildlink3.mk" .else CONFIGURE_ARGS+= --disable-xrender .endif |