diff --git a/editors/xed/Makefile b/editors/xed/Makefile index c8ff4ffd246f..1d3443a9fd2d 100644 --- a/editors/xed/Makefile +++ b/editors/xed/Makefile @@ -3,6 +3,7 @@ PORTNAME= xed PORTVERSION= 2.6.2 +PORTREVISION= 1 CATEGORIES= editors MAINTAINER= danfe@FreeBSD.org @@ -15,7 +16,7 @@ PORTSCOUT= limit:^[0-9.]+$$ # ignore master.mint* tags BUILD_DEPENDS= intltool-merge:textproc/intltool \ itstool:textproc/itstool LIB_DEPENDS= libpeas-1.0.so:devel/libpeas \ - libxapp.so:x11/xapps + libxapp.so:x11/xapp RUN_DEPENDS= ${LOCALBASE}/share/glib-2.0/schemas/org.gnome.desktop.interface.gschema.xml:devel/gsettings-desktop-schemas USES= compiler:c++11-lang desktop-file-utils gettext-tools gnome meson \ diff --git a/print/xreader/Makefile b/print/xreader/Makefile index ab678c5f5f4c..30c71773eddc 100644 --- a/print/xreader/Makefile +++ b/print/xreader/Makefile @@ -3,7 +3,7 @@ PORTNAME= xreader PORTVERSION= 2.6.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print MAINTAINER= danfe@FreeBSD.org @@ -14,7 +14,7 @@ LICENSE= GPLv2+ PORTSCOUT= limit:^[0-9.]+$$ # ignore master.mint* tags BUILD_DEPENDS= intltool-merge:textproc/intltool -LIB_DEPENDS= libxapp.so:x11/xapps +LIB_DEPENDS= libxapp.so:x11/xapp USES= desktop-file-utils gettext-tools gnome meson pkgconfig xorg USE_GITHUB= yes