diff -uNr --exclude=CVS ../audio/mpd/Makefile mpd/Makefile
--- ../audio/mpd/Makefile	Fri Jun 29 10:08:12 2007
+++ mpd/Makefile	Sat Jun 30 22:10:05 2007
@@ -40,7 +40,8 @@
 			--enable-mod \
 			--bindir=${PREFIX}/sbin
 # OggFLAC and tremor tests
-CONFIGURE_ENV=		LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV=		LDFLAGS="-L${LOCALBASE}/lib" \
+			CPPFLAGS="-I/${LOCALBASE}/include"
 
 .if ${FLAVOR:L:Mtremor}
 CONFIGURE_ARGS+=	--with-tremor \
