diff options
author | tron <tron@pkgsrc.org> | 2002-01-24 12:40:38 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-01-24 12:40:38 +0000 |
commit | 2405880ca4006e805e13778707294b33cfe9d87a (patch) | |
tree | faf53232ffcab8d03909e842546200f6b747ef24 /games/quakedata | |
parent | c1feb7aa5584fa710949bb89c6337d1a64a2fa40 (diff) | |
download | pkgsrc-2405880ca4006e805e13778707294b33cfe9d87a.tar.gz |
Fix version number in build dependence on "lha" package.
Diffstat (limited to 'games/quakedata')
-rw-r--r-- | games/quakedata/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/quakedata/Makefile b/games/quakedata/Makefile index af1db4b6c13..8a8796187a9 100644 --- a/games/quakedata/Makefile +++ b/games/quakedata/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/01/24 12:35:53 tron Exp $ +# $NetBSD: Makefile,v 1.10 2002/01/24 12:40:38 tron Exp $ DISTNAME= quake106 PKGNAME= quakedata-1.0 @@ -11,7 +11,7 @@ MAINTAINER= itojun@kame.net HOMEPAGE= http://www.idsoftware.com/ COMMENT= Game data files for Quake -BUILD_DEPENDS+= lha-114f:../../archivers/lha +BUILD_DEPENDS+= lha-*:../../archivers/lha LICENSE+= shareware RESTRICTED= "This software is shareware" |