diff options
author | abs <abs@pkgsrc.org> | 2015-07-30 14:55:44 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2015-07-30 14:55:44 +0000 |
commit | ed4efe09163d214a080aa662af8d2ee242f64ff0 (patch) | |
tree | a5617868b8995b12a2c04bfe76e3b6fecefa17e4 /x11/libxfce4util | |
parent | 90b2dc1e679d53194a4add90f78f5a1a9407b6d9 (diff) | |
download | pkgsrc-ed4efe09163d214a080aa662af8d2ee242f64ff0.tar.gz |
+include "../../devel/glib2/buildlink3.mk"
Diffstat (limited to 'x11/libxfce4util')
-rw-r--r-- | x11/libxfce4util/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/libxfce4util/Makefile b/x11/libxfce4util/Makefile index 49747363195..63ebb99827d 100644 --- a/x11/libxfce4util/Makefile +++ b/x11/libxfce4util/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2015/04/25 14:25:13 tnn Exp $ +# $NetBSD: Makefile,v 1.39 2015/07/30 14:55:44 abs Exp $ PKGREVISION= 1 .include "../../meta-pkgs/xfce4/Makefile.common" @@ -12,4 +12,5 @@ PKGCONFIG_OVERRIDE= libxfce4util/libxfce4util-1.0.pc.in MAKE_DIRS+= ${PREFIX}/include/xfce4 +.include "../../devel/glib2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |