diff options
author | tron <tron@pkgsrc.org> | 2000-11-01 15:20:03 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-11-01 15:20:03 +0000 |
commit | b7d4f9b9c2c068d7baa70d43bcf9a806ff0524c5 (patch) | |
tree | bfde01938579f6470f2324c210c1c08af218610a /graphics/alevt/Makefile | |
parent | 65fdf449f828d4e7dc1722d927078a95cb37c80d (diff) | |
download | pkgsrc-b7d4f9b9c2c068d7baa70d43bcf9a806ff0524c5.tar.gz |
Use wildcard in dependence on "fxtv" package.
Diffstat (limited to 'graphics/alevt/Makefile')
-rw-r--r-- | graphics/alevt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/alevt/Makefile b/graphics/alevt/Makefile index 35f4f182068..c8f11f0e796 100644 --- a/graphics/alevt/Makefile +++ b/graphics/alevt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/11/01 15:04:46 tron Exp $ +# $NetBSD: Makefile,v 1.2 2000/11/01 15:20:03 tron Exp $ DISTNAME= alevt-1.6.0 CATEGORIES= graphics @@ -8,7 +8,7 @@ MAINTAINER= magick@bundy.zhadum.de HOMEPAGE= http://user.exit.de/froese/ DEPENDS+= png>=1.0.6:../../graphics/png -DEPENDS+= fxtv:../../graphics/fxtv +DEPENDS+= fxtv>=1.02:../../graphics/fxtv ONLY_FOR_PLATFORM= NetBSD-1.4[Y-Z]-* NetBSD-1.4Z[A-Z]-* \ NetBSD-1.5_ALPHA-* NetBSD-1.[5-9]*-* |