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 /games/crossfire-cli/Makefile | |
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 'games/crossfire-cli/Makefile')
-rw-r--r-- | games/crossfire-cli/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/crossfire-cli/Makefile b/games/crossfire-cli/Makefile index b0210548804..c5a5a4252d6 100644 --- a/games/crossfire-cli/Makefile +++ b/games/crossfire-cli/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2001/12/05 15:00:45 agc Exp $ +# $NetBSD: Makefile,v 1.12 2002/03/13 17:36:59 fredb Exp $ # DISTNAME= crossfire-client-1.0.0 +PKGREVISION= 1 CATEGORIES= games x11 MASTER_SITES= ftp://ftp.ifi.uio.no/pub/crossfire/ DISTFILES= ${CF_SRC} ${CF_SND} ${CF_RAW} @@ -11,7 +12,7 @@ HOMEPAGE= http://crossfire.real-time.com/ COMMENT= Client for X11 game similar to gauntlet and nethack DEPENDS+= gtk+>=1.2.4:../../x11/gtk -DEPENDS+= png>=1.0.11:../../graphics/png +DEPENDS+= png>=1.2.1:../../graphics/png EXTRACT_ONLY= ${CF_SRC} |