diff options
Diffstat (limited to 'graphics/xviewer/Makefile')
-rw-r--r-- | graphics/xviewer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/xviewer/Makefile b/graphics/xviewer/Makefile index fbb9041cf7e8..785de1f518df 100644 --- a/graphics/xviewer/Makefile +++ b/graphics/xviewer/Makefile @@ -1,5 +1,6 @@ PORTNAME= xviewer PORTVERSION= 3.4.8 +PORTREVISION= 2 CATEGORIES= graphics gnome DIST_SUBDIR= gnome @@ -16,7 +17,7 @@ BUILD_DEPENDS= itstool:textproc/itstool \ ${LOCALBASE}/share/aclocal/yelp.m4:textproc/yelp-tools LIB_DEPENDS= libcinnamon-desktop.so:x11/cinnamon-desktop \ libxapp.so:x11/xapp \ - libpeas-1.0.so:devel/libpeas + libpeas-1.0.so:devel/libpeas1 RUN_DEPENDS= yelp:x11/yelp USES= meson compiler:c++11-lang desktop-file-utils gettext-tools \ |