forked from freebsd/freebsd-ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deskutils/rednotebook: update webkit2gtk3 API version to 4.1
Pull Request: freebsd#266
- Loading branch information
1 parent
8931fe1
commit 1f1f37e
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
PORTNAME= rednotebook | ||
DISTVERSIONPREFIX=v | ||
DISTVERSION= 2.31 | ||
PORTREVISION= 1 | ||
CATEGORIES= deskutils | ||
|
||
MAINTAINER= [email protected] | ||
|
@@ -10,7 +11,7 @@ WWW= https://rednotebook.app | |
LICENSE= GPLv3+ | ||
|
||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} | ||
LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk3 | ||
LIB_DEPENDS= libwebkit2gtk-4.1.so:www/webkit2-gtk3 | ||
|
||
USES= gettext-tools:build gnome python | ||
USE_GNOME= gtk30 gtksourceview3 | ||
|