diff options
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} |