diff options
author | wiz <wiz> | 2003-02-21 14:09:18 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-02-21 14:09:18 +0000 |
commit | 49a007320223ae13a7618498f1a1bd8380cd286a (patch) | |
tree | b1f06e8c031fec654f5a03f6f4079a6baef7751c | |
parent | d6b74383edea35356d14af12b5e871f8d2efb798 (diff) | |
download | pkgsrc-49a007320223ae13a7618498f1a1bd8380cd286a.tar.gz |
Depends need version numbers.
-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 |