diff options
author | tron <tron@pkgsrc.org> | 1999-10-05 21:07:06 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-10-05 21:07:06 +0000 |
commit | b087399d36904f17b237a9d93876c1426d3df83d (patch) | |
tree | df54f2ec5a56d912190793f0272bad42dc451e01 /x11 | |
parent | 64b8cd2e6c3eb0f5ecf431bf33b97a285e8b0849 (diff) | |
download | pkgsrc-b087399d36904f17b237a9d93876c1426d3df83d.tar.gz |
Remove redundant dependence on "libproplist" package completely.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/wmakerconf/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/wmakerconf/Makefile b/x11/wmakerconf/Makefile index 6693f53959b..16846889e4e 100644 --- a/x11/wmakerconf/Makefile +++ b/x11/wmakerconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1999/10/05 21:06:06 tron Exp $ +# $NetBSD: Makefile,v 1.10 1999/10/05 21:07:06 tron Exp $ # DISTNAME= wmakerconf-2.2 @@ -10,10 +10,9 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= packages@netbsd.org HOMEPAGE= http://www-info2.informatik.uni-wuerzburg.de/staff/ulli/wmakerconf/ -DEPENDS+= windowmaker-*:../../x11/windowmaker DEPENDS+= imlib-1.9.4:../../graphics/imlib -DEPENDS+= libproplist-*:../../devel/libproplist DEPENDS+= gtk+-1.2.4:../../x11/gtk +DEPENDS+= windowmaker-*:../../x11/windowmaker USE_X11BASE= yes GNU_CONFIGURE= yes |