diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2023-02-01 10:03:24 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2023-02-01 13:31:37 +0000 |
commit | 21fe5791a886071d212e212b7d394a014a4dce9a (patch) | |
tree | 11481b6049bea2011d945ed2e72649708e642abd | |
parent | a6d66c7e332cff6545a22de1af6e7dc083560f4f (diff) | |
download | ports-21fe5791a886071d212e212b7d394a014a4dce9a.tar.gz ports-21fe5791a886071d212e212b7d394a014a4dce9a.zip |
graphics/icon-slicer: actually depends gdkpixbuf2
It does not actually depends on gtk2
-rw-r--r-- | graphics/icon-slicer/Makefile | 4 |
1 files 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 |