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 /misc/xchm | |
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 'misc/xchm')
-rw-r--r-- | misc/xchm/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/xchm/Makefile b/misc/xchm/Makefile index 7c7657aef8c..e6ba27735b7 100644 --- a/misc/xchm/Makefile +++ b/misc/xchm/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2004/03/07 01:17:45 minskim Exp $ +# $NetBSD: Makefile,v 1.10 2004/03/08 19:40:41 jmmv Exp $ # DISTNAME= xchm-0.9 +PKGREVISION= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xchm/} @@ -9,6 +10,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://xchm.sourceforge.net/ COMMENT= CHM viewer for UNIX +DEPENDS+= xdg-dirs>=1.1:../../misc/xdg-dirs + USE_BUILDLINK3= yes USE_LANGUAGES= c++ GNU_CONFIGURE= yes |