diff options
author | youri <youri@pkgsrc.org> | 2017-06-20 13:18:08 +0000 |
---|---|---|
committer | youri <youri@pkgsrc.org> | 2017-06-20 13:18:08 +0000 |
commit | 53fd695bd4ce08dca3b2e9ef7eb57ace488ac81a (patch) | |
tree | 3a12386907047e41e385c480802d00f47397f0e7 /meta-pkgs | |
parent | eb0108d08b86e409ff3bbcc010dc0b00895fd99d (diff) | |
download | pkgsrc-53fd695bd4ce08dca3b2e9ef7eb57ace488ac81a.tar.gz |
Include gtk3 by default instead of gtk2. Forgot to commit this in time,
thanks Greg Troxel for the heads up.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/xfce4/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-pkgs/xfce4/Makefile.common b/meta-pkgs/xfce4/Makefile.common index 670217b6ad6..228de1cbc8b 100644 --- a/meta-pkgs/xfce4/Makefile.common +++ b/meta-pkgs/xfce4/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.61 2016/08/03 10:59:00 adam Exp $ +# $NetBSD: Makefile.common,v 1.62 2017/06/20 13:18:08 youri Exp $ # # used by archivers/xfce4-thunar-archive/Makefile # used by audio/xfce4-mixer/Makefile @@ -81,4 +81,4 @@ XFCE4_EGBASE= ${PREFIX}/share/examples/xfce4 CONFIGURE_ARGS.Darwin+= --disable-visibility -.include "../../x11/gtk2/buildlink3.mk" +.include "../../x11/gtk3/buildlink3.mk" |