diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 04:36:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 04:36:30 +0000 |
commit | 186b8ba82fdd761aee89704395c52ac809bc7026 (patch) | |
tree | 65c820907a86a7c844ee463115637dde60f2aa36 /games/tornado | |
parent | 742adcabd74aa0adc91246bae79c97658a078415 (diff) |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
Notes
Notes:
svn path=/head/; revision=99914
Diffstat (limited to 'games/tornado')
-rw-r--r-- | games/tornado/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/tornado/Makefile b/games/tornado/Makefile index 2bef6040c83b..351b16c2029f 100644 --- a/games/tornado/Makefile +++ b/games/tornado/Makefile @@ -7,17 +7,17 @@ PORTNAME= tornado PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://home.kcore.de/~kiza/linux/tornado/download/ MAINTAINER= minter@lunenburg.org COMMENT= A curses-based game of weather destruction -LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext-old - MAN6= tornado.6 MANLANG= "" de fr it ru +USE_GETTEXT= yes USE_GMAKE= yes .include <bsd.port.mk> |