=================================================================== RCS file: /cvs/ports/sysutils/apcupsd/Attic/Makefile,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ports/sysutils/apcupsd/Attic/Makefile 2010/01/29 20:35:44 1.9 +++ ports/sysutils/apcupsd/Attic/Makefile 2010/04/19 15:09:31 1.10 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2010/01/29 20:35:44 yason Exp $ +# $OpenBSD: Makefile,v 1.10 2010/04/19 14:09:31 yason Exp $ COMMENT-main = daemon for controlling APC UPSes COMMENT-cgi = CGI scripts for web monitoring @@ -64,13 +64,15 @@ c dbus-1 expat fontconfig freetype gdk-x11-2.0 \ gdk_pixbuf-2.0 gtk-x11-2.0 glitz iconv intl m \ pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 \ - png pthread pthread-stubs xcb z + png pthread pthread-stubs xcb xcb-render \ + xcb-render-util z LIB_DEPENDS-x11 = glib-2.0.>=1400.0,gmodule-2.0.>=1400.0::devel/glib2 \ gobject-2.0.>=1400.0,gthread-2.0.>=1400::devel/glib2 \ gio-2.0.>=1800::devel/glib2 \ atk-1.0.>=2009::devel/atk \ cairo.>=7::graphics/cairo \ gconf-2.>=6::devel/gconf2 +RUN_DEPENDS-x11 = ::devel/desktop-file-utils .endif .if ${FLAVOR:L:Msnmp}