diff options
author | fredb <fredb@pkgsrc.org> | 2002-03-13 17:36:35 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2002-03-13 17:36:35 +0000 |
commit | b48eba1112f54d5bd53419acb41234e880b1c4d8 (patch) | |
tree | dc32ede50f2b2eb416705689058f2df8cb72865f /graphics/alevt | |
parent | b83587c254a875614110a4d3bcfeafebc7536d9a (diff) | |
download | pkgsrc-b48eba1112f54d5bd53419acb41234e880b1c4d8.tar.gz |
Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
Diffstat (limited to 'graphics/alevt')
-rw-r--r-- | graphics/alevt/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/alevt/Makefile b/graphics/alevt/Makefile index 361315436c3..13aa72ae77b 100644 --- a/graphics/alevt/Makefile +++ b/graphics/alevt/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2001/05/22 09:32:19 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2002/03/13 17:37:03 fredb Exp $ DISTNAME= alevt-1.6.0 +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/video/} @@ -8,7 +9,7 @@ MAINTAINER= magick@bundy.zhadum.de HOMEPAGE= http://user.exit.de/froese/ COMMENT= Teletext decoder and browser for Brooktree 848 compatible TV cards -DEPENDS+= png>=1.0.11:../../graphics/png +DEPENDS+= png>=1.2.1:../../graphics/png DEPENDS+= fxtv>=1.02:../../graphics/fxtv ONLY_FOR_PLATFORM= NetBSD-1.4[Y-Z]-* NetBSD-1.4Z[A-Z]-* \ |