diff options
author | drochner <drochner> | 2001-09-07 14:27:10 +0000 |
---|---|---|
committer | drochner <drochner> | 2001-09-07 14:27:10 +0000 |
commit | b4f9c47554ae0421f2794dee2ed7a287888f235c (patch) | |
tree | 7acde10b68b74d8d869a33113845ac77d9eac6e1 /graphics/kdegraphics2 | |
parent | 046c88e83c5a8c878c0b9b401b7f4fcb30947fc0 (diff) | |
download | pkgsrc-b4f9c47554ae0421f2794dee2ed7a287888f235c.tar.gz |
change dependencies to kdexxx>=2.1 instead of strict matches
to ease updates
Diffstat (limited to 'graphics/kdegraphics2')
-rw-r--r-- | graphics/kdegraphics2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/kdegraphics2/Makefile b/graphics/kdegraphics2/Makefile index 34559698972..f361d598d0b 100644 --- a/graphics/kdegraphics2/Makefile +++ b/graphics/kdegraphics2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/06/12 20:33:03 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2001/09/07 14:27:12 drochner Exp $ # DISTNAME= kdegraphics-2.1 @@ -6,7 +6,7 @@ CATEGORIES= graphics kde .include "../../x11/kde2/Makefile.part1" COMMENT= Graphics programs for the KDE integrated X11 desktop -DEPENDS+= kdebase-2.1:../../x11/kdebase2 +DEPENDS+= kdebase>=2.1:../../x11/kdebase2 DEPENDS+= ghostscript>=6.01:../../print/ghostscript #DEPENDS+= gPhoto2 #DEPENDS+= gpio |