pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/ivtools drawtool of the ivtools suite needs p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5b91e788b1a0
branches:  trunk
changeset: 504602:5b91e788b1a0
user:      wennmach <wennmach%pkgsrc.org@localhost>
date:      Thu Dec 15 23:49:40 2005 +0000

description:
drawtool of the ivtools suite needs pstoedit in order to edit
PostScript files. It also needs wget, so add both to DEPENDS.
Bump PKGREVISION.

diffstat:

 graphics/ivtools/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 6a3c3ea3d9f2 -r 5b91e788b1a0 graphics/ivtools/Makefile
--- a/graphics/ivtools/Makefile Thu Dec 15 23:31:04 2005 +0000
+++ b/graphics/ivtools/Makefile Thu Dec 15 23:49:40 2005 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2005/11/05 17:17:12 rillig Exp $
+# $NetBSD: Makefile,v 1.13 2005/12/15 23:49:40 wennmach Exp $
 
 DISTNAME=      ivtools-1.2.2
+PKGREVISION=   1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=ivtools/}
 EXTRACT_SUFX=  .tgz
@@ -11,6 +12,9 @@
 
 CONFLICTS+=    dclock-*
 
+DEPENDS+=      pstoedit>=3.*:../../graphics/pstoedit
+DEPENDS+=      wget>=1.*:../../net/wget
+
 WRKSRC=                ${WRKDIR}/ivtools-1.2
 GNU_CONFIGURE= YES
 



Home | Main Index | Thread Index | Old Index