diff options
author | kwm <kwm@FreeBSD.org> | 2013-12-28 00:54:21 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-12-28 00:54:21 +0800 |
commit | fd61b69ae6d79c6c3d11f2fb82ce02298641fe2b (patch) | |
tree | a20cf547b992a276c5803b968785a611ab644e11 /x11/eaglemode | |
parent | 2e7d815faa56b4baa6881321afa0886852711197 (diff) | |
download | freebsd-ports-gnome-fd61b69ae6d79c6c3d11f2fb82ce02298641fe2b.tar.gz freebsd-ports-gnome-fd61b69ae6d79c6c3d11f2fb82ce02298641fe2b.tar.zst freebsd-ports-gnome-fd61b69ae6d79c6c3d11f2fb82ce02298641fe2b.zip |
Update poppler to 0.24.4.
Update comment.
Use new LIB_DEPENDS syntax, use USES=pathfix.
Stagify.
Bump portrevision of all affected ports, and Update poppler* LIB_DEPENDS to
new syntax.
Diffstat (limited to 'x11/eaglemode')
-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 |