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 /multimedia/alevt | |
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 'multimedia/alevt')
-rw-r--r-- | multimedia/alevt/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/alevt/Makefile b/multimedia/alevt/Makefile index 76fcdc790f7..69589e8ce38 100644 --- a/multimedia/alevt/Makefile +++ b/multimedia/alevt/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2004/01/26 11:47:09 jmmv Exp $ +# $NetBSD: Makefile,v 1.3 2004/03/08 19:40:41 jmmv Exp $ DISTNAME= alevt-1.6.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/video/} @@ -11,6 +11,7 @@ COMMENT= Teletext decoder and browser for Brooktree 848 compatible TV cards DEPENDS+= png>=1.2.1:../../graphics/png DEPENDS+= fxtv>=1.02:../../multimedia/fxtv +DEPENDS+= xdg-x11-dirs>=1.1:../../misc/xdg-x11-dirs ONLY_FOR_PLATFORM= NetBSD-1.4[Y-Z]-* NetBSD-1.4Z[A-Z]-* \ NetBSD-1.5_ALPHA-* NetBSD-1.[5-9]*-* |