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 /editors/kile | |
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 'editors/kile')
-rw-r--r-- | editors/kile/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/kile/Makefile b/editors/kile/Makefile index 60e71bbe7b3..031c907d88e 100644 --- a/editors/kile/Makefile +++ b/editors/kile/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2004/02/25 22:16:23 markd Exp $ +# $NetBSD: Makefile,v 1.18 2004/03/08 19:40:37 jmmv Exp $ DISTNAME= kile-1.6.1 +PKGREVISION= 1 CATEGORIES= editors kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kile/} @@ -8,6 +9,8 @@ MAINTAINER= markd@NetBSD.org HOMEPAGE= http://kile.sourceforge.net/ COMMENT= LaTeX source editor - TeX shell - Gnuplot front end +DEPENDS+= xdg-dirs>=1.1:../../misc/xdg-dirs + USE_BUILDLINK2= yes USE_GNU_TOOLS+= make USE_LANGUAGES= c c++ |