diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2023-02-01 13:26:38 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2023-02-01 13:31:37 +0000 |
commit | 3d8852483c2485abd9c7e3ff408f23465e972b8e (patch) | |
tree | 2b8ebf17286c03ed5f6bf3493a784ceef39b99ec | |
parent | 21fe5791a886071d212e212b7d394a014a4dce9a (diff) | |
download | ports-3d8852483c2485abd9c7e3ff408f23465e972b8e.tar.gz ports-3d8852483c2485abd9c7e3ff408f23465e972b8e.zip |
textproc/libfo: fix wrong dependency on gtk20
This port actually only depend on gdkpixbuf2
-rw-r--r-- | textproc/libfo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libfo/Makefile b/textproc/libfo/Makefile index 28d08f5b24e5..0ff59a7d58c4 100644 --- a/textproc/libfo/Makefile +++ b/textproc/libfo/Makefile @@ -1,7 +1,7 @@ PORTNAME= libfo PORTVERSION= 0.6.3 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MAINTAINER= hrs@FreeBSD.org @@ -19,7 +19,7 @@ LIB_DEPENDS= libcairo.so:graphics/cairo \ CONFLICTS_INSTALL= xmlroff-0.6.[12] xmlroff-0.6.2_[12345] USES= autoreconf gettext gmake gnome localbase libtool pathfix pkgconfig -USE_GNOME= libxslt libxml2 gtk20 glib20 pango \ +USE_GNOME= libxslt libxml2 glib20 pango \ librsvg2 gdkpixbuf2 USE_GITHUB= yes GH_PROJECT= xmlroff |