diff options
author | markd <markd> | 2006-10-27 20:18:58 +0000 |
---|---|---|
committer | markd <markd> | 2006-10-27 20:18:58 +0000 |
commit | d9aa16b1516074b9485a31d8ab0700c926a1bc40 (patch) | |
tree | f2e3624d0566ac74437d2be633a36317d23bd216 /misc/koffice-i18n-nn | |
parent | a2e0ce03ee9476c650432412454ab0810bf90449 (diff) | |
download | pkgsrc-d9aa16b1516074b9485a31d8ab0700c926a1bc40.tar.gz |
Re-add DEPENDS lines that got dropped in the recent Makefile tweak.
Diffstat (limited to 'misc/koffice-i18n-nn')
-rw-r--r-- | misc/koffice-i18n-nn/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/koffice-i18n-nn/Makefile b/misc/koffice-i18n-nn/Makefile index f34ed9ebb60..ff9fc33d5dd 100644 --- a/misc/koffice-i18n-nn/Makefile +++ b/misc/koffice-i18n-nn/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= Norwegian Nyorsk KOFFICE_LANGCODE= nn PKGREVISION= 5 +DEPENDS+= koffice-[0-9]*:../../misc/koffice + .include "../../misc/koffice/i18n.mk" .include "../../mk/bsd.pkg.mk" |