Unbreak INDEX

This commit is contained in:
Antoine Brodin 2020-12-31 13:06:27 +00:00
parent f44f163564
commit f0e5981d87
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559735
2 changed files with 4 additions and 3 deletions

View File

@ -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 \

View File

@ -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