diff options
author | markd <markd@pkgsrc.org> | 2011-02-19 09:06:33 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2011-02-19 09:06:33 +0000 |
commit | 9ad764ced46c8ca8bd5a14b96400f495dcfcdd28 (patch) | |
tree | 5742a37d79c35ce3ef65484d10a308ad432cec9b /x11/dfm | |
parent | fd5037800e3f1d16735b50ee0eb4674724626436 (diff) | |
download | pkgsrc-9ad764ced46c8ca8bd5a14b96400f495dcfcdd28.tar.gz |
Depend on gtk version of imlib. Bump PKGREVISION.
Diffstat (limited to 'x11/dfm')
-rw-r--r-- | x11/dfm/Makefile | 4 | ||||
-rw-r--r-- | x11/dfm/Makefile.common | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/dfm/Makefile b/x11/dfm/Makefile index 338211bb435..ddbd7b1c5d9 100644 --- a/x11/dfm/Makefile +++ b/x11/dfm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2011/01/13 13:39:42 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2011/02/19 09:06:33 markd Exp $ # -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= x11 MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/x11/dfm/Makefile.common b/x11/dfm/Makefile.common index 56fa0904889..959d3cb802c 100644 --- a/x11/dfm/Makefile.common +++ b/x11/dfm/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.15 2011/01/12 10:47:41 wiz Exp $ +# $NetBSD: Makefile.common,v 1.16 2011/02/19 09:06:33 markd Exp $ # # used by x11/dfm/Makefile @@ -11,7 +11,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-imlib-icons .include "../../devel/gettext-lib/buildlink3.mk" -.include "../../graphics/imlib/buildlink3.mk" +.include "../../graphics/imlib-gtk/buildlink3.mk" .include "../../x11/gtk/buildlink3.mk" .include "../../x11/libXpm/buildlink3.mk" |