diff options
author | cy <cy@FreeBSD.org> | 2014-04-19 12:57:35 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2014-04-19 12:57:35 +0800 |
commit | 38ac50d0ea190434a0e67771a3db4398e76fc41b (patch) | |
tree | 4bee8272943ab4eaeb2e7669f923386d43d26157 /sysutils | |
parent | 1c5d28aa4b9249300c0c5269bc4d82b1f62c9e13 (diff) | |
download | freebsd-ports-gnome-38ac50d0ea190434a0e67771a3db4398e76fc41b.tar.gz freebsd-ports-gnome-38ac50d0ea190434a0e67771a3db4398e76fc41b.tar.zst freebsd-ports-gnome-38ac50d0ea190434a0e67771a3db4398e76fc41b.zip |
Disable premature ldconfig during stage.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fusefs-ntfs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/fusefs-ntfs/Makefile b/sysutils/fusefs-ntfs/Makefile index cb71ef634312..1d5326b5d856 100644 --- a/sysutils/fusefs-ntfs/Makefile +++ b/sysutils/fusefs-ntfs/Makefile @@ -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 |