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 /sysutils/apcctrl | |
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 'sysutils/apcctrl')
-rw-r--r-- | sysutils/apcctrl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/apcctrl/Makefile b/sysutils/apcctrl/Makefile index f6a7abc93ecc..232f32b1501d 100644 --- a/sysutils/apcctrl/Makefile +++ b/sysutils/apcctrl/Makefile @@ -56,7 +56,7 @@ CGI_CONFIGURE_ON= --with-cgi-bin=${ETCDIR}/cgi CGI_LIB_DEPENDS= libgd.so:graphics/gd GAPCMON_CONFIGURE_ENABLE= gapcmon GAPCMON_USES= gnome pkgconfig xorg -GAPCMON_USE= GNOME=cairo,gconf2,gdkpixbuf2 XORG=x11,xext +GAPCMON_USE= GNOME=cairo,gconf2,gdkpixbuf XORG=x11,xext GAPCMON_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 GAPCMON_CONFLICTS= gapcmon |