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-xh | |
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-xh')
-rw-r--r-- | misc/koffice-i18n-xh/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/koffice-i18n-xh/Makefile b/misc/koffice-i18n-xh/Makefile index 773a8d03460..5ba3cdf08a1 100644 --- a/misc/koffice-i18n-xh/Makefile +++ b/misc/koffice-i18n-xh/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= Xhosa KOFFICE_LANGCODE= xh PKGREVISION= 5 +DEPENDS+= kdelibs-[0-9]*:../../x11/kdelibs3 + .include "../../misc/koffice/i18n.mk" .include "../../mk/bsd.pkg.mk" |