git: 21fe5791a886 - main - graphics/icon-slicer: actually depends gdkpixbuf2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Feb 2023 13:31:39 UTC
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=21fe5791a886071d212e212b7d394a014a4dce9a commit 21fe5791a886071d212e212b7d394a014a4dce9a Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2023-02-01 10:03:24 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2023-02-01 13:31:37 +0000 graphics/icon-slicer: actually depends gdkpixbuf2 It does not actually depends on gtk2 --- graphics/icon-slicer/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/icon-slicer/Makefile b/graphics/icon-slicer/Makefile index e0cfcdb5144f..6f35b46ae31a 100644 --- a/graphics/icon-slicer/Makefile +++ b/graphics/icon-slicer/Makefile @@ -1,6 +1,6 @@ PORTNAME= icon-slicer PORTVERSION= 0.3 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics MASTER_SITES= http://www.freedesktop.org/software/icon-slicer/releases/ @@ -13,7 +13,7 @@ LICENSE= MIT # in readme and sources; COPYING seem to be unrelated LIB_DEPENDS= libpopt.so:devel/popt USES= gnome localbase pkgconfig -USE_GNOME= gtk20 +USE_GNOME= gdkpixbuf2 GNU_CONFIGURE= yes PORTDOCS= AUTHORS ChangeLog README