From b98443d2c13bee58a0ff81e0e07a641a74e91373 Mon Sep 17 00:00:00 2001
From: Emanuel Haupt <ehaupt@FreeBSD.org>
Date: Thu, 18 May 2017 20:01:59 +0000
Subject: - Fix various stage-qa warnings/errors by declaring missing
 dependencies - Take maintainership

MFH:		2017Q2 (blanket)
---
 x11-fm/xfe/Makefile | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

(limited to 'x11-fm')

diff --git a/x11-fm/xfe/Makefile b/x11-fm/xfe/Makefile
index 2a069755d5ef..52cf64ee0ef2 100644
--- a/x11-fm/xfe/Makefile
+++ b/x11-fm/xfe/Makefile
@@ -3,19 +3,23 @@
 
 PORTNAME=	xfe
 PORTVERSION=	1.42
+PORTREVISION=	1
 CATEGORIES=	x11-fm
 MASTER_SITES=	SF
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Fast MS-Explorer like file manager for X
 
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	libFOX-1.6.so:x11-toolkits/fox16
+LIB_DEPENDS=	libFOX-1.6.so:x11-toolkits/fox16 \
+		libfontconfig.so:x11-fonts/fontconfig \
+		libfreetype.so:print/freetype2 \
+		libpng16.so:graphics/png
 
 USES=		desktop-file-utils gmake localbase pathfix
-USE_XORG=	xft
+USE_XORG=	x11 xft xrandr xrender
 USE_GNOME=	intltool
 GNU_CONFIGURE=	yes
 
-- 
cgit debian/1.2.3+git2.25.1-1-2-gaceb0