diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-07-09 19:39:34 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-07-09 19:39:34 +0800 |
commit | 691b5fd789276efd35b474983539fbeeab5fd489 (patch) | |
tree | 59e4c7bfc8dfa3db790d0f1e3b74d3362414a497 /games/heroes/Makefile | |
parent | 7ca36098478b31042b4b5347cfc995df3a10ac35 (diff) | |
download | freebsd-ports-gnome-691b5fd789276efd35b474983539fbeeab5fd489.tar.gz freebsd-ports-gnome-691b5fd789276efd35b474983539fbeeab5fd489.tar.zst freebsd-ports-gnome-691b5fd789276efd35b474983539fbeeab5fd489.zip |
Update to 0.11.
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} |