diff options
author | kwm <kwm@FreeBSD.org> | 2015-08-29 23:59:40 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-08-29 23:59:40 +0800 |
commit | 2265fd430a21de9dc20f9ee694afbd613ad5819b (patch) | |
tree | adec99c159f393ebe35c165a5d4267190a773142 /deskutils | |
parent | 12caedc7311dfb37ba3805bb1d52d706a4b00865 (diff) | |
download | freebsd-ports-gnome-2265fd430a21de9dc20f9ee694afbd613ad5819b.tar.gz freebsd-ports-gnome-2265fd430a21de9dc20f9ee694afbd613ad5819b.tar.zst freebsd-ports-gnome-2265fd430a21de9dc20f9ee694afbd613ad5819b.zip |
Update librsvg2 to 2.40.10.
Replace gtk20 dependancy with gdk-pixbuf2 and pango, and drop the
gtk-engines2 run dependacy.
Update ports to take the dependacy changes into account.
PR: 202378
Exp-run by: antoine@
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/calibre/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/calibre/Makefile b/deskutils/calibre/Makefile index b621249d1a8c..91e7ae5d1dc8 100644 --- a/deskutils/calibre/Makefile +++ b/deskutils/calibre/Makefile @@ -3,7 +3,7 @@ PORTNAME= calibre PORTVERSION= 1.48.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= deskutils python MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/ @@ -56,6 +56,7 @@ SHEBANG_FILES= src/calibre/ebooks/metadata/odt.py \ src/calibre/utils/*.py \ src/odf/*.py USE_QT4= dbus qmake_build moc_build +USE_GNOME= gtk20 INSTALLS_ICONS= yes WRKSRC= ${WRKDIR}/${PORTNAME}-src CFLAGS+= -I${LOCALBASE}/include |