summaryrefslogtreecommitdiff
path: root/x11/kdebase3
diff options
context:
space:
mode:
authorskrll <skrll>2002-07-12 16:03:48 +0000
committerskrll <skrll>2002-07-12 16:03:48 +0000
commit9adee047eda085b904e309ec34ac9a7c193fdb22 (patch)
tree59b9f9b5e684360a0bcba7d4066e36145a7b3ff2 /x11/kdebase3
parent4c0ff5b8921bab74ced96dec9708b6ea60277a01 (diff)
downloadpkgsrc-9adee047eda085b904e309ec34ac9a7c193fdb22.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/Makefile4
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.