diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-03-08 19:40:36 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-03-08 19:40:36 +0000 |
commit | 0eea41ffb889b6d88dc6c53d485efeb703b452fd (patch) | |
tree | 31ed0dbd30601179a2bbef617a33214b104e418a /math/guppi | |
parent | 0abc4adafe3476950763948379df9245f53b84fc (diff) | |
download | pkgsrc-0eea41ffb889b6d88dc6c53d485efeb703b452fd.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 'math/guppi')
-rw-r--r-- | math/guppi/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/math/guppi/Makefile b/math/guppi/Makefile index 20829cf6b78..204fa59b161 100644 --- a/math/guppi/Makefile +++ b/math/guppi/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.36 2004/02/14 17:21:44 jlam Exp $ +# $NetBSD: Makefile,v 1.37 2004/03/08 19:40:40 jmmv Exp $ DISTNAME= Guppi-0.40.3 PKGNAME= ${DISTNAME:S/G/g/} -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= math graphics MASTER_SITES= ${MASTER_SITE_GNOME:=sources/Guppi/0.40/} EXTRACT_SUFX= .tar.bz2 @@ -11,6 +11,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.gnome.org/guppi/ COMMENT= Plot program with integrated statistics capabilities +DEPENDS+= xdg-x11-dirs>=1.1:../../misc/xdg-x11-dirs + .if exists(/usr/include/wctype.h) # # "guppi" only accepts newer versions of the "gnumeric" package which |