diff options
author | jmmv <jmmv> | 2004-03-08 19:40:36 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-03-08 19:40:36 +0000 |
commit | 86c13741d5aac3e7554ae1450f434384bccf09e2 (patch) | |
tree | 31ed0dbd30601179a2bbef617a33214b104e418a /cad | |
parent | ea5eb9df0c476c06390c6b0f9497fdd0c4d8cd1e (diff) | |
download | pkgsrc-86c13741d5aac3e7554ae1450f434384bccf09e2.tar.gz |
Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/oregano/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/oregano/Makefile b/cad/oregano/Makefile index 0f88c59f0cb..ebf4da126fb 100644 --- a/cad/oregano/Makefile +++ b/cad/oregano/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2004/01/03 18:49:35 reed Exp $ +# $NetBSD: Makefile,v 1.22 2004/03/08 19:40:36 jmmv Exp $ # DISTNAME= oregano-0.20 -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= cad gnome MASTER_SITES= http://www.dtek.chalmers.se/~d4hult/oregano/download/ @@ -10,7 +10,7 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.dtek.chalmers.se/~d4hult/oregano/ COMMENT= Application for schematic capture/simulation of electrical circuits -DEPENDS+= gnome1-dirs>=1.2:../../misc/gnome1-dirs +DEPENDS+= gnome1-dirs>=1.5:../../misc/gnome1-dirs USE_BUILDLINK2= YES USE_PKGLOCALEDIR= YES |