From d815a20413cba082b9af2a4969a79cadb5fd978e Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Fri, 26 May 2006 20:33:06 +0000 Subject: [PATCH] - define INSTALLS_ICONS to fix plist Reported by: pointyhat via kris --- graphics/evince/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index 9342ff91332d..dd4aaef39bf4 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -8,6 +8,7 @@ PORTNAME= evince PORTVERSION= 0.5.3 +PORTREVISION= 1 CATEGORIES= graphics print gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.5 @@ -19,6 +20,7 @@ LIB_DEPENDS= poppler-glib.1:${PORTSDIR}/graphics/poppler-gtk USE_BZIP2= yes GNU_CONFIGURE= yes +INSTALLS_ICONS= yes USE_GETTEXT= yes USE_X_PREFIX= yes USE_GMAKE= yes