diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2017-05-19 04:01:59 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2017-05-19 04:01:59 +0800 |
commit | 364937e7ca52e371477f00549a52d0fbe81bea18 (patch) | |
tree | 5077252b7b9b8b43929b2b40aa8cdac167d8ade3 /x11-fm | |
parent | bb46d3f3f595e84f13a33b251d33e23aa621f2d1 (diff) | |
download | freebsd-ports-gnome-364937e7ca52e371477f00549a52d0fbe81bea18.tar.gz freebsd-ports-gnome-364937e7ca52e371477f00549a52d0fbe81bea18.tar.zst freebsd-ports-gnome-364937e7ca52e371477f00549a52d0fbe81bea18.zip |
- Fix various stage-qa warnings/errors by declaring missing dependencies
- Take maintainership
MFH: 2017Q2 (blanket)
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/xfe/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
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 |