Index: Portfile
===================================================================
--- Portfile	(revision 41116)
+++ Portfile	(working copy)
@@ -28,6 +28,7 @@
 configure.dir ${workpath}/${name}-${version}
 configure.args	--sysconfdir=${prefix}/etc/ --libdir=${prefix}/lib/lbdb/ \
 				--mandir=${prefix}/share/man	 
+configure.cflags-append	-I${prefix}/include
 build.dir        ${configure.dir}
 destroot.target  install 
 destroot.destdir install_prefix=${destroot}

