diff options
author | markd <markd@pkgsrc.org> | 2006-10-27 20:18:58 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-10-27 20:18:58 +0000 |
commit | 23bdac64e29ba4f8dcf9ba964c7b9d30d2987656 (patch) | |
tree | f2e3624d0566ac74437d2be633a36317d23bd216 /misc/koffice-i18n-pt | |
parent | 9046e4911b931a70fbac98b31a51e8445598e7b4 (diff) | |
download | pkgsrc-23bdac64e29ba4f8dcf9ba964c7b9d30d2987656.tar.gz |
Re-add DEPENDS lines that got dropped in the recent Makefile tweak.
Diffstat (limited to 'misc/koffice-i18n-pt')
-rw-r--r-- | misc/koffice-i18n-pt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/koffice-i18n-pt/Makefile b/misc/koffice-i18n-pt/Makefile index 3378a83cce4..1650458a82a 100644 --- a/misc/koffice-i18n-pt/Makefile +++ b/misc/koffice-i18n-pt/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.9 2006/10/24 08:44:23 rillig Exp $ +# $NetBSD: Makefile,v 1.10 2006/10/27 20:18:58 markd Exp $ KOFFICE_LANGUAGE= Portuguese KOFFICE_LANGCODE= pt PKGREVISION= 5 +DEPENDS+= kdelibs-[0-9]*:../../x11/kdelibs3 + .include "../../misc/koffice/i18n.mk" .include "../../mk/bsd.pkg.mk" |