[Midnightbsd-cvs] mports [18475] trunk/sysutils/fusefs-libs/Makefile: stop with the USEGNOME
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Mar 29 13:26:38 EDT 2015
Revision: 18475
http://svnweb.midnightbsd.org/mports/?rev=18475
Author: laffer1
Date: 2015-03-29 13:26:38 -0400 (Sun, 29 Mar 2015)
Log Message:
-----------
stop with the USEGNOME
Modified Paths:
--------------
trunk/sysutils/fusefs-libs/Makefile
Modified: trunk/sysutils/fusefs-libs/Makefile
===================================================================
--- trunk/sysutils/fusefs-libs/Makefile 2015-03-29 17:25:02 UTC (rev 18474)
+++ trunk/sysutils/fusefs-libs/Makefile 2015-03-29 17:26:38 UTC (rev 18475)
@@ -2,6 +2,7 @@
PORTNAME= fusefs
PORTVERSION= 2.7.4
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= SF/fuse/fuse-2.X/${PORTVERSION}
PKGNAMESUFFIX= -libs
@@ -9,14 +10,15 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= FUSE allows filesystem implementation in userspace
+
LICENSE= gpl2
GNU_CONFIGURE= yes
CONFIGURE_ENV= MOUNT_FUSE_PATH=${PREFIX}/sbin \
CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}"
-USE_GNOME= pkgconfig
+
+USES= iconv pkgconfig libtool
USE_LDCONFIG= yes
-USE_ICONV= yes
CONFIGURE_ARGS= --disable-kernel-module --prefix=${PREFIX} \
--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
TXT_DOCS= how-fuse-works \
More information about the Midnightbsd-cvs
mailing list