diff options
author | seb <seb@pkgsrc.org> | 2005-10-02 12:35:37 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2005-10-02 12:35:37 +0000 |
commit | f7fc72605c9518c244a0aeb3599b2bcb5f0c7163 (patch) | |
tree | ea6e62805cca978756fe787e353ab5d277e51c96 /misc | |
parent | c5788df0bf262380632fbdddbeac42ca1629e162 (diff) | |
download | pkgsrc-f7fc72605c9518c244a0aeb3599b2bcb5f0c7163.tar.gz |
pkg-config is needed for build.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/koffice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/koffice/Makefile b/misc/koffice/Makefile index 1b2328777eb..9b78261aa6d 100644 --- a/misc/koffice/Makefile +++ b/misc/koffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2005/10/01 11:40:55 adam Exp $ +# $NetBSD: Makefile,v 1.65 2005/10/02 12:35:37 seb Exp $ DISTNAME= koffice-1.4.1 CATEGORIES= misc kde @@ -17,7 +17,7 @@ CONFLICTS+= koffice3-[0-9]* EXTRACT_USING= gtar USE_LIBTOOL= yes -USE_TOOLS+= gmake perl +USE_TOOLS+= gmake perl pkg-config GNU_CONFIGURE= yes GCC_REQD+= 2.95.3 |