diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2017-05-18 20:01:59 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2017-05-18 20:01:59 +0000 |
commit | b98443d2c13bee58a0ff81e0e07a641a74e91373 (patch) | |
tree | 5077252b7b9b8b43929b2b40aa8cdac167d8ade3 /x11-fm | |
parent | b7a65b5d93244113998bd4d5a488babea22b3c68 (diff) | |
download | freebsd-ports-b98443d2c13bee58a0ff81e0e07a641a74e91373.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 |