diff options
Diffstat (limited to 'editors/xed/Makefile')
-rw-r--r-- | editors/xed/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/xed/Makefile b/editors/xed/Makefile index b7a9033b1164..3df0242d6dd4 100644 --- a/editors/xed/Makefile +++ b/editors/xed/Makefile @@ -1,5 +1,6 @@ PORTNAME= xed PORTVERSION= 3.8.2 +PORTREVISION= 4 CATEGORIES= editors gnome DIST_SUBDIR= gnome @@ -12,10 +13,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= itstool:textproc/itstool LIB_DEPENDS= libenchant-2.so:textproc/enchant2 \ - libpeas-1.0.so:devel/libpeas \ + libpeas-1.0.so:devel/libpeas1 \ libxapp.so:x11/xapp RUN_DEPENDS= ${LOCALBASE}/share/glib-2.0/schemas/org.gnome.desktop.interface.gschema.xml:devel/gsettings-desktop-schemas \ - ${PYTHON_PKGNAMEPREFIX}libpeas>=0:devel/py-libpeas@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}libpeas1>=0:devel/py-libpeas1@${PY_FLAVOR} \ yelp:x11/yelp USES= compiler:c++11-lang desktop-file-utils gettext-tools gnome meson \ |