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/ggz-txt-client | |
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/ggz-txt-client')
-rw-r--r-- | games/ggz-txt-client/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/ggz-txt-client/Makefile b/games/ggz-txt-client/Makefile index 5003a2af629a..0c08cfc24969 100644 --- a/games/ggz-txt-client/Makefile +++ b/games/ggz-txt-client/Makefile @@ -8,6 +8,7 @@ PORTNAME= ggz-txt-client PORTVERSION= 0.0.7 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ggz @@ -15,11 +16,11 @@ MASTER_SITE_SUBDIR= ggz MAINTAINER= ports@FreeBSD.org COMMENT= The GGZ Gaming Zone - Console (Text) Frontend -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old \ - ggz.1:${PORTSDIR}/games/libggz \ +LIB_DEPENDS= ggz.1:${PORTSDIR}/games/libggz \ ggzcore.3:${PORTSDIR}/games/ggz-client-libs USE_GETOPT_LONG= yes +USE_GETTEXT= yes GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -lintl ${PTHREAD_LIBS} CONFIGURE_ENV= \ |