diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-07-02 16:09:36 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-07-02 16:09:36 +0000 |
commit | 335e9d47aa34946ca85180e64f886720a9189314 (patch) | |
tree | 3dfeab6967359b62d182080f1339050166e89c88 /games/corsix-th/Makefile | |
parent | 2b196a17167f8219d3a1391be217a48cbe87afcd (diff) | |
download | ports-335e9d47aa34946ca85180e64f886720a9189314.tar.gz ports-335e9d47aa34946ca85180e64f886720a9189314.zip |
Notes
Diffstat (limited to 'games/corsix-th/Makefile')
-rw-r--r-- | games/corsix-th/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/corsix-th/Makefile b/games/corsix-th/Makefile index 4d1693fcdfb1..976bca852518 100644 --- a/games/corsix-th/Makefile +++ b/games/corsix-th/Makefile @@ -6,10 +6,9 @@ # PORTNAME= corsixth -DISTVERSION= 0.Beta6 +DISTVERSION= 0.Beta7 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} -PROJECTHOST= corsix-th DISTNAME= CorsixTH-${DISTVERSION:S/0.//}-Source MAINTAINER= mad@madpilot.net @@ -17,6 +16,8 @@ COMMENT= Open source clone of Theme Hospital LICENSE= MIT +PROJECTHOST= corsix-th + RUN_DEPENDS= timidity:${PORTSDIR}/audio/timidity USE_CMAKE= yes |