diff options
author | lofi <lofi@FreeBSD.org> | 2004-02-05 12:40:08 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-02-05 12:40:08 +0800 |
commit | e38d6cc48f4d7051a003ae6dc1bd483d3b4d1b25 (patch) | |
tree | a082d5255743c3e32c1e80e76eee0cfa12daa8e6 /arabic/koffice-i18n | |
parent | 7ffa45e82a0064c37b955d17c4fdac743889699d (diff) | |
download | freebsd-ports-gnome-e38d6cc48f4d7051a003ae6dc1bd483d3b4d1b25.tar.gz freebsd-ports-gnome-e38d6cc48f4d7051a003ae6dc1bd483d3b4d1b25.tar.zst freebsd-ports-gnome-e38d6cc48f4d7051a003ae6dc1bd483d3b4d1b25.zip |
Depend on gettext instead of non-existent gettext-old.
Do not clobber PORTREVISION.
Diffstat (limited to 'arabic/koffice-i18n')
-rw-r--r-- | arabic/koffice-i18n/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arabic/koffice-i18n/Makefile b/arabic/koffice-i18n/Makefile index f50226599b2a..a5af9d8bd62c 100644 --- a/arabic/koffice-i18n/Makefile +++ b/arabic/koffice-i18n/Makefile @@ -7,6 +7,7 @@ PORTNAME= koffice-i18n PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES?= arabic kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/koffice-${PORTVERSION}/src @@ -17,7 +18,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Localized messages and documentation for koffice IGNORE= Needs update from vendor. -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext-old +BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext USE_KDELIBS_VER=3 USE_BZIP2= yes |