Index: Makefile
===================================================================
--- Makefile	(revision 462774)
+++ Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	uhttpmock
 PORTVERSION=	0.5.1
+PORTREVISION=	1
 CATEGORIES=	net gnome
 MASTER_SITES=	http://tecnocode.co.uk/downloads/uhttpmock/
 DIST_SUBDIR=	gnome3
@@ -19,6 +20,8 @@
 USE_GNOME=	gnomeprefix gtk20 introspection:build
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS+=	--disable-Werror
+
 INSTALL_TARGET=	install-strip
 
 .include <bsd.port.mk>