summaryrefslogtreecommitdiff
path: root/devel/libglade
diff options
context:
space:
mode:
authorjlam <jlam>2002-09-06 17:43:48 +0000
committerjlam <jlam>2002-09-06 17:43:48 +0000
commitbc29dea84d06c68f035a698a18df37d18eee9b93 (patch)
tree63cc859365e7b43d8df884009c4a09942691d717 /devel/libglade
parentc698f2b464c9aaf9929b049b0c60351b2ded59fa (diff)
downloadpkgsrc-bc29dea84d06c68f035a698a18df37d18eee9b93.tar.gz
We don't lie to GNU configure anymore about where headers and libraries
are actually installed.
Diffstat (limited to 'devel/libglade')
-rw-r--r--devel/libglade/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libglade/Makefile b/devel/libglade/Makefile
index ab9a0c539d6..c84b27c34f6 100644
--- a/devel/libglade/Makefile
+++ b/devel/libglade/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2002/09/06 12:09:08 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2002/09/06 17:43:48 jlam Exp $
#
DISTNAME= libglade-0.17
@@ -22,8 +22,8 @@ LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
-.include "../../databases/db/buildlink2.mk"
-CPPFLAGS+= -I${BUILDLINK_DIR}/include/db2
+. include "../../databases/db/buildlink2.mk"
+CPPFLAGS+= -I${BUILDLINK_PREFIX.db}/include/db2
.endif
pre-configure: