diff options
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 |