diff options
author | wiz <wiz@pkgsrc.org> | 2003-05-02 11:53:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-05-02 11:53:34 +0000 |
commit | 7166660e0869e600de95f00511736db4bf628d2d (patch) | |
tree | 0b3576bf8d40c5f7d058728d38e43564bcae5836 /cad/ipal-current | |
parent | 0594acf27e2afd5d50b45048bca038ebd6e1d8a1 (diff) | |
download | pkgsrc-7166660e0869e600de95f00511736db4bf628d2d.tar.gz |
Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
Diffstat (limited to 'cad/ipal-current')
-rw-r--r-- | cad/ipal-current/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cad/ipal-current/Makefile b/cad/ipal-current/Makefile index d84a80b96b5..5746417102c 100644 --- a/cad/ipal-current/Makefile +++ b/cad/ipal-current/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2001/09/27 23:17:46 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2003/05/02 11:53:58 wiz Exp $ # DISTNAME= ipal-20001210 +PKGREVISION= 1 PKGNAME= ipal-current-20001210 CATEGORIES= cad MASTER_SITES= ftp://icarus.com/pub/eda/ipal/snapshots/ @@ -11,7 +12,7 @@ HOMEPAGE= http://www.icarus.com/eda/ipal/index.html COMMENT= Libs and utils for manipulating PAL designs (development version) BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison -DEPENDS+= gtk+>=1.2.7:../../x11/gtk +DEPENDS+= gtk+>=1.2.10nb4:../../x11/gtk GNU_CONFIGURE= YES USE_GMAKE= YES |