diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-07-25 21:08:29 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-07-25 21:08:29 +0000 |
commit | da82f7d6b979de9b9be09a249e7797a636274ccf (patch) | |
tree | 6af784b98c8dc52d6a35851e9225b08f0bc104c6 /misc/koffice | |
parent | 6cadfdd60ff20c2cd9ebd25a4d959f949da51a73 (diff) | |
download | pkgsrc-da82f7d6b979de9b9be09a249e7797a636274ccf.tar.gz |
Fix a comment that made make report:
Unassociated shell command "# on NetBSD 1.6"
Diffstat (limited to 'misc/koffice')
-rw-r--r-- | misc/koffice/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/koffice/Makefile b/misc/koffice/Makefile index e8a51af2d8b..903012cc8c8 100644 --- a/misc/koffice/Makefile +++ b/misc/koffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2005/07/25 13:05:51 markd Exp $ +# $NetBSD: Makefile,v 1.63 2005/07/25 21:08:29 kristerw Exp $ DISTNAME= koffice-1.4.1 CATEGORIES= misc kde @@ -13,8 +13,9 @@ COMMENT= KDE Office Suite CONFLICTS+= koffice3-[0-9]* -EXTRACT_USING= gtar # to unpack krita/plugins/convolutionfilters properly - # on NetBSD 1.6 +# to unpack krita/plugins/convolutionfilters properly on NetBSD 1.6 +EXTRACT_USING= gtar + USE_TOOLS+= gmake perl GNU_CONFIGURE= YES USE_LIBTOOL= YES |