diff options
author | Charlie Li <vishwin@FreeBSD.org> | 2025-03-11 18:04:21 -0400 |
---|---|---|
committer | Charlie Li <vishwin@FreeBSD.org> | 2025-03-17 00:02:08 -0400 |
commit | e87d8134a3460dff28f0c469fff83a187e9820bc (patch) | |
tree | 5005d557c2b1e60e1f3b2a4995e2142fe7237610 /mail/wmmaiload | |
parent | www/phalcon: update to 5.9.0. (diff) |
gnome.mk: rename gdkpixbuf2 to gdkpixbuf to prepare for port move
The GTK 1-based gdk-pixbuf has not existed for some time.
No functional or package changes.
Diffstat (limited to 'mail/wmmaiload')
-rw-r--r-- | mail/wmmaiload/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/wmmaiload/Makefile b/mail/wmmaiload/Makefile index 41fcec2b2e50..e39eb6abe61e 100644 --- a/mail/wmmaiload/Makefile +++ b/mail/wmmaiload/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libharfbuzz.so:print/harfbuzz \ USES= gmake gnome localbase:ldflags pkgconfig ssl tar:bzip2 xorg USE_XORG= x11 xext xpm -USE_GNOME= cairo gdkpixbuf2 gtk20 +USE_GNOME= cairo gdkpixbuf gtk20 HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} CFLAGS+= -fcommon |