diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2014-04-19 04:57:35 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2014-04-19 04:57:35 +0000 |
| commit | 15436bfecb3e2d837fe5f46a8bdf64dfbda596a2 (patch) | |
| tree | 4bee8272943ab4eaeb2e7669f923386d43d26157 /sysutils/fusefs-ntfs | |
| parent | Fix new patch. (diff) | |
Disable premature ldconfig during stage.
Diffstat (limited to 'sysutils/fusefs-ntfs')
| -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 |
