diff options
Diffstat (limited to 'polish/calligra-l10n/Makefile')
-rw-r--r-- | polish/calligra-l10n/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/polish/calligra-l10n/Makefile b/polish/calligra-l10n/Makefile index 6e7015244236..1a09e1b28b33 100644 --- a/polish/calligra-l10n/Makefile +++ b/polish/calligra-l10n/Makefile @@ -6,19 +6,20 @@ # PORTNAME= koffice-i18n -PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTVERSION= 1.3 CATEGORIES?= polish kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/koffice-${PORTVERSION}/src +PKGNAMEPREFIX= pl- DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Localized messages and documentation for koffice +BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext + USE_KDELIBS_VER=3 USE_BZIP2= yes -USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes KDE_I18N= yes |