Index: head/net-mgmt/wifimgr/Makefile =================================================================== --- head/net-mgmt/wifimgr/Makefile (revision 552606) +++ head/net-mgmt/wifimgr/Makefile (revision 552607) @@ -1,33 +1,35 @@ # Created by: J.R. Oldroyd # $FreeBSD$ PORTNAME= wifimgr PORTVERSION= 1.13 +PORTREVISION= 1 CATEGORIES= net-mgmt sysutils MASTER_SITES= http://opal.com/freebsd/ports/net-mgmt/wifimgr/ \ LOCAL/ehaupt MAINTAINER= fbsd@opal.com COMMENT= WiFi Networks Manager LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 + USES= desktop-file-utils gnome pkgconfig tar:bzip2 xorg USE_XORG= x11 -USE_GNOME= gtk20 +USE_GNOME= cairo gtk20 INSTALLS_ICONS= yes OPTIONS_DEFINE= NLS OPTIONS_SUB= yes -NLS_USES= gettext pkgconfig +NLS_USES= gettext-runtime gettext-tools NLS_CFLAGS_OFF= -DWITHOUT_NLS NLS_MAKE_ENV_OFF= WITHOUT_NLS=yes post-patch: @${REINPLACE_CMD} -e 's/-o root -g wheel//' ${WRKSRC}/src/Makefile - @${REINPLACE_CMD} -e '/conf_/s,^struct conflist,extern &,' \ - ${WRKSRC}/src/wifimgr.h .include