From 3d2574a2537c862919a9ef95492dffffd4b9e81f Mon Sep 17 00:00:00 2001 From: mezz Date: Tue, 12 Feb 2008 02:54:46 +0000 Subject: Remove a patch that disable libgnomeprintui, which it's no longer in offical tarball now. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10427 df743ca5-7f9a-e211-a948-0013205c9059 --- graphics/evince/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics') diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index c6c950c37..4b3bc139c 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -3,7 +3,7 @@ # Whom: Adam Weinberger # # $FreeBSD$ -# $MCom: ports/graphics/evince/Makefile,v 1.90 2008/02/09 23:47:26 mezz Exp $ +# $MCom: ports/graphics/evince/Makefile,v 1.91 2008/02/12 02:09:16 marcus Exp $ # PORTNAME= evince @@ -113,7 +113,7 @@ PLIST_SUB+= COMICS="@comment " .endif post-patch: - @${REINPLACE_CMD} -e 's|execinfo.h|#|g ; s|libgnomeprintui|disable|g' \ + @${REINPLACE_CMD} -e 's|execinfo.h|#|g' \ ${WRKSRC}/configure post-install: -- cgit