diff options
Diffstat (limited to 'games/gtypist/Makefile')
-rw-r--r-- | games/gtypist/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gtypist/Makefile b/games/gtypist/Makefile index 3f9153ae54d7..ebe0202a570a 100644 --- a/games/gtypist/Makefile +++ b/games/gtypist/Makefile @@ -6,6 +6,7 @@ PORTNAME= gtypist PORTVERSION= 2.7 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -13,9 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= naddy@FreeBSD.org COMMENT= Interactive typing tutor -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old - USE_BZIP2= yes +USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ |