diff options
-rw-r--r-- | graphics/libgnomecanvas/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/graphics/libgnomecanvas/Makefile b/graphics/libgnomecanvas/Makefile index 377007c37..a40ae97e0 100644 --- a/graphics/libgnomecanvas/Makefile +++ b/graphics/libgnomecanvas/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/libgnomecanvas/Makefile,v 1.63 2007/07/11 02:46:40 mezz Exp $ +# $MCom: ports/graphics/libgnomecanvas/Makefile,v 1.64 2007/07/11 13:14:24 ahze Exp $ PORTNAME= libgnomecanvas PORTVERSION= 2.19.1 @@ -31,10 +31,6 @@ CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -post-patch: - @${REINPLACE_CMD} -e 's|gail-1.0|gail|g' \ - ${WRKSRC}/libgnomecanvas/libgnomecanvas-2.0.pc.in - .include <bsd.port.mk> .endif |