diff options
Diffstat (limited to 'editors/koffice-kde4-l10n-nl/Makefile')
-rw-r--r-- | editors/koffice-kde4-l10n-nl/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/koffice-kde4-l10n-nl/Makefile b/editors/koffice-kde4-l10n-nl/Makefile index 148ef267ca4f..db4725d4a6d3 100644 --- a/editors/koffice-kde4-l10n-nl/Makefile +++ b/editors/koffice-kde4-l10n-nl/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: koffice-i18n-l +# New ports collection makefile for: koffice-i18n-nl # Date created: 27 April 2003 # Whom: Michael Nottebrock <michaelnottebrock@gmx.net> # @@ -6,8 +6,7 @@ # PORTNAME= koffice-i18n -PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTVERSION= 1.3 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/koffice-${PORTVERSION}/src @@ -17,9 +16,10 @@ 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 |