diff options
Diffstat (limited to 'net/kmud/Makefile')
-rw-r--r-- | net/kmud/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/kmud/Makefile b/net/kmud/Makefile index ffebabf6ae99..9fc4503f3bef 100644 --- a/net/kmud/Makefile +++ b/net/kmud/Makefile @@ -7,6 +7,7 @@ PORTNAME= kmud PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.kmud.de/pub/kmud/ @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext-old +BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext USE_KDEBASE_VER=1 USE_LIBTOOL= yes |