diff options
author | skrll <skrll@pkgsrc.org> | 2002-07-12 16:03:48 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-07-12 16:03:48 +0000 |
commit | 297793fe39fd817b0117301e100aa371b117866e (patch) | |
tree | 59b9f9b5e684360a0bcba7d4066e36145a7b3ff2 /x11/kdebase3 | |
parent | 30d45dcbc13bba3052a0af626c5fc087fcc2a8bf (diff) | |
download | pkgsrc-297793fe39fd817b0117301e100aa371b117866e.tar.gz |
Make sure we find the freetype2 headers.
Should fix pkg/17464 from oki@netbsd.org.
Diffstat (limited to 'x11/kdebase3')
-rw-r--r-- | x11/kdebase3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile index 6b29a48cc38..5bff5e6a107 100644 --- a/x11/kdebase3/Makefile +++ b/x11/kdebase3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/05/31 13:18:33 skrll Exp $ +# $NetBSD: Makefile,v 1.2 2002/07/12 16:03:48 skrll Exp $ DISTNAME= kdebase-3.0.1 CATEGORIES= x11 @@ -42,6 +42,8 @@ CONFIGURE_ARGS+= --with-motif-libraries="${BUILDLINK_DIR}/lib" CONFIGURE_ARGS+= --without-motif .endif +_KDE3_EXTRA_INCLUDES= ${BUILDLINK_DIR}/include:${BUILDLINK_X11_DIR}/include:${BUILDLINK_DIR}/include/freetype2 + # Don't execute kappfinder_install at install-time. This causes random # applications to be found which causes random .desktop files to be created # in the applnk directory. |