diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-08-03 03:19:23 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-08-03 03:19:23 +0000 |
commit | 75e902ef96f67592b895d98c837241b9f0f89073 (patch) | |
tree | da2344dfd30871fc6062f6c07fb067e01ee186ea /misc/kde4-l10n-nn/Makefile | |
parent | Update to 0.45 (diff) |
1. Changed the lib depends on gettext to a build depends. This will mean
that the dependency is not stored in a package and so future gettext upgrades
should not require a PORTREVISION bump to force the new builds.
2. Bumped PORTREVISION as this affects package contents. Hopefully this
is the last time this happens for this reason.
Notes
Notes:
svn path=/head/; revision=63885
Diffstat (limited to 'misc/kde4-l10n-nn/Makefile')
-rw-r--r-- | misc/kde4-l10n-nn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/kde4-l10n-nn/Makefile b/misc/kde4-l10n-nn/Makefile index 402ab0b27329..3d67692fcb0b 100644 --- a/misc/kde4-l10n-nn/Makefile +++ b/misc/kde4-l10n-nn/Makefile @@ -7,7 +7,7 @@ PORTNAME= kde-i18n-nn PORTVERSION= ${KDE_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n @@ -16,7 +16,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} MAINTAINER?= kde@FreeBSD.org -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext +BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext USE_KDELIBS_VER=3 USE_BZIP2= yes |