Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jul 2013 16:01:08 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323608 - head/sysutils/fusefs-libs
Message-ID:  <201307241601.r6OG18ur024504@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Jul 24 16:01:08 2013
New Revision: 323608
URL: http://svnweb.freebsd.org/changeset/ports/323608

Log:
  Remove useless dependency on pkgconf

Modified:
  head/sysutils/fusefs-libs/Makefile

Modified: head/sysutils/fusefs-libs/Makefile
==============================================================================
--- head/sysutils/fusefs-libs/Makefile	Wed Jul 24 15:09:40 2013	(r323607)
+++ head/sysutils/fusefs-libs/Makefile	Wed Jul 24 16:01:08 2013	(r323608)
@@ -16,7 +16,7 @@ OPTIONS_DEFINE=	DOCS
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	MOUNT_FUSE_PATH=${PREFIX}/sbin
 USE_LDCONFIG=	yes
-USES=		pkgconfig iconv
+USES=		iconv
 CONFIGURE_ARGS=	--prefix=${PREFIX} \
 		--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
 TXT_DOCS=	how-fuse-works \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307241601.r6OG18ur024504>