diff options
author | wiz <wiz@pkgsrc.org> | 2006-03-15 00:17:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-03-15 00:17:42 +0000 |
commit | 225a0cbe06d4f14908c9ca8ef7822a2696d557a3 (patch) | |
tree | 75fcca39bd12f54c6069eca1155a0cfdeafe9df6 /misc/koffice-i18n-sv/Makefile | |
parent | e38d9e37963e21c8f9365bcb3acb10f87e6fe9e8 (diff) | |
download | pkgsrc-225a0cbe06d4f14908c9ca8ef7822a2696d557a3.tar.gz |
This package does not need anything in particular from koffice.
Depend on kdelibs3 instead (which contains the directory containing
the directories from this package).
Also, DEPEND on it instead of including its bl3.mk file, since
we do not need any libraries.
Bump PKGREVISION.
Diffstat (limited to 'misc/koffice-i18n-sv/Makefile')
-rw-r--r-- | misc/koffice-i18n-sv/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/misc/koffice-i18n-sv/Makefile b/misc/koffice-i18n-sv/Makefile index 067b399ec0e..725af3f1d5c 100644 --- a/misc/koffice-i18n-sv/Makefile +++ b/misc/koffice-i18n-sv/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2006/03/06 00:18:21 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2006/03/15 00:17:43 wiz Exp $ DISTNAME= koffice-i18n-sv-1.3.5 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= misc kde MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/koffice-1.3.5/src/ EXTRACT_SUFX= .tar.bz2 @@ -10,8 +10,10 @@ MAINTAINER= ianzag@mail.ru HOMEPAGE= http://www.koffice.org/ COMMENT= Swedish language pack for KOffice +DEPENDS+= kdelibs-[0-9]*:../../x11/kdelibs3 + GNU_CONFIGURE= YES USE_TOOLS+= gmake -.include "../../misc/koffice/buildlink3.mk" +.include "../../meta-pkgs/kde3/kde3.mk" .include "../../mk/bsd.pkg.mk" |