Index: devel/ossp-uuid/Portfile
===================================================================
--- devel/ossp-uuid/Portfile	(revision 35106)
+++ devel/ossp-uuid/Portfile	(working copy)
@@ -4,7 +4,7 @@
 
 name			ossp-uuid
 version			1.6.0
-revision		1
+revision		2
 categories		devel
 platforms		darwin
 maintainers		nomaintainer
@@ -18,7 +18,8 @@
 
 patchfiles		patch-Makefile.in
 
-configure.args	--mandir=${prefix}/share/man --without-perl
+configure.args	--mandir=${prefix}/share/man --without-perl \
+		--includedir=${prefix}/include/ossp-uuid
 configure.cflags-append	"-D_POSIX_C_SOURCE"
 
 test.run		yes
Index: databases/postgresql83/Portfile
===================================================================
--- databases/postgresql83/Portfile	(revision 35106)
+++ databases/postgresql83/Portfile	(working copy)
@@ -49,7 +49,7 @@
 				--enable-thread-safety \
 				--enable-integer-datetimes \
 				--with-ossp-uuid
-configure.cflags-append	-I${prefix}/include
+configure.cflags-append	-I${prefix}/include -I${prefix}/include/ossp-uuid
 
 build.type		gnu
 build.target

