diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/eaglemode/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/eaglemode/Makefile b/x11/eaglemode/Makefile index 3ed83ae28b7b..10774dd5299b 100644 --- a/x11/eaglemode/Makefile +++ b/x11/eaglemode/Makefile @@ -3,6 +3,7 @@ PORTNAME= eaglemode PORTVERSION= 0.84.0 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -53,7 +54,7 @@ PLIST_SUB+= EMSVG="@comment " .endif .if ${PORT_OPTIONS:MPDF} -LIB_DEPENDS+= poppler-glib:${PORTSDIR}/graphics/poppler-glib +LIB_DEPENDS+= libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib USE_GNOME+= gtk20 PLIST_SUB+= EMPDF="" .else |