summaryrefslogtreecommitdiff
path: root/filesystems/fuse-curlftpfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'filesystems/fuse-curlftpfs/Makefile')
-rw-r--r--filesystems/fuse-curlftpfs/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/filesystems/fuse-curlftpfs/Makefile b/filesystems/fuse-curlftpfs/Makefile
index 62366879f5c..c7f68f067b0 100644
--- a/filesystems/fuse-curlftpfs/Makefile
+++ b/filesystems/fuse-curlftpfs/Makefile
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.32 2020/03/20 11:57:37 nia Exp $
+# $NetBSD: Makefile,v 1.33 2020/04/21 13:56:25 nia Exp $
#
-DISTNAME= curlftpfs-0.9.1
+DISTNAME= curlftpfs-0.9.2
PKGNAME= fuse-${DISTNAME}
-PKGREVISION= 23
CATEGORIES= filesystems
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=curlftpfs/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://curlftpfs.sourceforge.net/
COMMENT= FUSE filesystem for acessing FTP hosts
+LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
@@ -18,6 +18,8 @@ USE_TOOLS+= gmake pkg-config
CFLAGS.NetBSD+= -D_NETBSD_SOURCE
CFLAGS.SunOS+= --std=c99 -D__EXTENSIONS__
+CONFIGURE_ENV+= ac_cv_func_working_mktime=yes
+
.include "../../devel/glib2/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../mk/fuse.buildlink3.mk"