diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-12-27 16:54:21 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-12-27 16:54:21 +0000 |
commit | 2a51b2182ad0b57bacbb854e03d7ee3be79c35b4 (patch) | |
tree | a20cf547b992a276c5803b968785a611ab644e11 /x11 | |
parent | 709b7cca5bde6f8fa51dcf43116c1ca180777df0 (diff) |
Notes
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 |