diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-09 11:39:34 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-09 11:39:34 +0000 |
commit | 51d122f7c9df9cd3fcb32498ca5b48bce12677f5 (patch) | |
tree | fbd8e5f795a2416b452142b69362a049434edb0a /games/heroes/Makefile | |
parent | 29327f027373ada1ff57f335d5d40c6c2046efb0 (diff) | |
download | ports-51d122f7c9df9cd3fcb32498ca5b48bce12677f5.tar.gz ports-51d122f7c9df9cd3fcb32498ca5b48bce12677f5.zip |
Notes
Diffstat (limited to 'games/heroes/Makefile')
-rw-r--r-- | games/heroes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/heroes/Makefile b/games/heroes/Makefile index 8b8cac49aafd..f633d3d96d17 100644 --- a/games/heroes/Makefile +++ b/games/heroes/Makefile @@ -6,7 +6,7 @@ # PORTNAME= heroes -PORTVERSION= 0.10 +PORTVERSION= 0.11 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -22,7 +22,7 @@ MAINTAINER= sobomax@FreeBSD.org LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ gnugetopt.1:${PORTSDIR}/devel/libgnugetopt -DATAVERSION= 1.0 +DATAVERSION= 1.1 SOUNDVERSION= 1.0 MUSICVERSION= 1.0 DATADISTNAME= ${PORTNAME}-data-${DATAVERSION} |