svn commit: r351581 - head/sysutils/fusefs-ntfs
Cy Schubert
cy at FreeBSD.org
Sat Apr 19 04:57:35 UTC 2014
Author: cy
Date: Sat Apr 19 04:57:35 2014
New Revision: 351581
URL: http://svnweb.freebsd.org/changeset/ports/351581
QAT: https://qat.redports.org/buildarchive/r351581/
Log:
Disable premature ldconfig during stage.
Modified:
head/sysutils/fusefs-ntfs/Makefile
Modified: head/sysutils/fusefs-ntfs/Makefile
==============================================================================
--- head/sysutils/fusefs-ntfs/Makefile Sat Apr 19 03:45:40 2014 (r351580)
+++ head/sysutils/fusefs-ntfs/Makefile Sat Apr 19 04:57:35 2014 (r351581)
@@ -3,6 +3,7 @@
PORTNAME= ntfs
PORTVERSION= 2014.2.15
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://tuxera.com/opensource/
PKGNAMEPREFIX= fusefs-
@@ -20,7 +21,7 @@ USES= fuse pkgconfig iconv
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
CONFIGURE_ARGS= --exec-prefix=${PREFIX} --disable-mount-helper \
- --disable-mtab --with-fuse=external
+ --disable-mtab --with-fuse=external --disable-ldconfig
CPPFLAGS+= -I${WRKSRC}/include/ntfs-3g/ -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
More information about the svn-ports-head
mailing list