diff options
author | alane <alane@FreeBSD.org> | 2002-08-03 11:19:23 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-08-03 11:19:23 +0800 |
commit | 67fcd53aa043c78ae4dd955c100f22b740ea5a27 (patch) | |
tree | 590afd9db2cc10202b20d7a9e7a335707628b8b1 /misc/kde4-l10n-sk | |
parent | 2b0f2ebe660a7aa813c73b9fc8b397f2a9c0174d (diff) | |
download | freebsd-ports-gnome-67fcd53aa043c78ae4dd955c100f22b740ea5a27.tar.gz freebsd-ports-gnome-67fcd53aa043c78ae4dd955c100f22b740ea5a27.tar.zst freebsd-ports-gnome-67fcd53aa043c78ae4dd955c100f22b740ea5a27.zip |
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.
Diffstat (limited to 'misc/kde4-l10n-sk')
-rw-r--r-- | misc/kde4-l10n-sk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/kde4-l10n-sk/Makefile b/misc/kde4-l10n-sk/Makefile index 75ba5730e558..9f0bf5451a25 100644 --- a/misc/kde4-l10n-sk/Makefile +++ b/misc/kde4-l10n-sk/Makefile @@ -7,7 +7,7 @@ PORTNAME= kde-i18n-sk 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 |