diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 13:11:05 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 13:11:05 +0000 |
commit | b4f4d38cda284d4322386d518d01a1032ed14ddc (patch) | |
tree | 2ba12c15c9bd2ffd904012b6f31d3d69691ff59f /sysutils/fusefs-curlftpfs | |
parent | My bad, forgot to remove BROKEN :( (diff) |
sysutils: Add missing USES={gnome,mate,php}
Notes
Notes:
svn path=/head/; revision=517057
Diffstat (limited to 'sysutils/fusefs-curlftpfs')
-rw-r--r-- | sysutils/fusefs-curlftpfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/fusefs-curlftpfs/Makefile b/sysutils/fusefs-curlftpfs/Makefile index 0ce604e7e5cd..e8f5d565b423 100644 --- a/sysutils/fusefs-curlftpfs/Makefile +++ b/sysutils/fusefs-curlftpfs/Makefile @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl GNU_CONFIGURE= yes -USES= fuse pkgconfig +USES= fuse gnome pkgconfig USE_GNOME= glib20 PLIST_FILES= bin/curlftpfs man/man1/${PORTNAME}.1.gz |