diff options
author | tron <tron@pkgsrc.org> | 2011-11-08 09:02:46 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2011-11-08 09:02:46 +0000 |
commit | 6b3768dfbf1e37df80310081a59f578a32b2e7f9 (patch) | |
tree | b5fe7d8a2fd089f7195639301325d1d7ee9d62ed /wm/wmakerconf | |
parent | bf4fa66af88eb1e33491f730146e7e899bfc53fb (diff) | |
download | pkgsrc-6b3768dfbf1e37df80310081a59f578a32b2e7f9.tar.gz |
Remove dependency on "imlib2" package. This package wants "libgdk_imlib"
which is provided by the "imlib-gtk" package. As nobody seems to be
missing support for that library there is probably no point in adding
this dependency.
Diffstat (limited to 'wm/wmakerconf')
-rw-r--r-- | wm/wmakerconf/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/wm/wmakerconf/Makefile b/wm/wmakerconf/Makefile index 418d5211134..591050dd4d6 100644 --- a/wm/wmakerconf/Makefile +++ b/wm/wmakerconf/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.51 2011/11/01 06:02:44 sbd Exp $ +# $NetBSD: Makefile,v 1.52 2011/11/08 09:02:46 tron Exp $ DISTNAME= wmakerconf-2.11 -PKGREVISION= 17 +PKGREVISION= 18 CATEGORIES= x11 wm windowmaker MASTER_SITES= http://starplot.org/wmakerconf/ @@ -37,7 +37,6 @@ pre-configure: > ${WRKSRC}/data/WMWmakerconf .include "../../devel/gettext-lib/buildlink3.mk" -.include "../../graphics/imlib2/buildlink3.mk" .include "../../wm/windowmaker/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" |