diff options
author | wiz <wiz@pkgsrc.org> | 2003-02-21 14:09:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-02-21 14:09:18 +0000 |
commit | f5cc04d5e6d7e1f15220a856f97baab8c4b9334a (patch) | |
tree | b1f06e8c031fec654f5a03f6f4079a6baef7751c /x11 | |
parent | 4a91ac3ef6146336a7f873e43e8aba954d50118c (diff) | |
download | pkgsrc-f5cc04d5e6d7e1f15220a856f97baab8c4b9334a.tar.gz |
Depends need version numbers.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/fbdesk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/fbdesk/Makefile b/x11/fbdesk/Makefile index 025babf1164..314730299c1 100644 --- a/x11/fbdesk/Makefile +++ b/x11/fbdesk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/02/17 21:51:52 jschauma Exp $ +# $NetBSD: Makefile,v 1.2 2003/02/21 14:09:18 wiz Exp $ # DISTNAME= fbdesk-1.1.3 @@ -9,7 +9,7 @@ MAINTAINER= jrp@hispabsd.org HOMEPAGE= http://fluxbox.sourceforge.net/fbdesk/ COMMENT= Application that creates and manage icons on your Fluxbox desktop -DEPENDS+= fluxbox:../../wm/fluxbox +DEPENDS+= fluxbox>=0.1.14:../../wm/fluxbox USE_BUILDLINK2= YES USE_LIBTOOL= YES |