Lines 3-9
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= moosefs3 |
4 |
PORTNAME= moosefs3 |
5 |
PORTVERSION= 3.0.111 |
5 |
PORTVERSION= 3.0.111 |
6 |
PORTREVISION= 1 |
6 |
PORTREVISION= 2 |
7 |
CATEGORIES= sysutils |
7 |
CATEGORIES= sysutils |
8 |
MASTER_SITES= http://ppa.moosefs.com/src/ |
8 |
MASTER_SITES= http://ppa.moosefs.com/src/ |
9 |
PKGNAMESUFFIX?= -master |
9 |
PKGNAMESUFFIX?= -master |
Lines 75-81
Link Here
|
75 |
.endif |
75 |
.endif |
76 |
|
76 |
|
77 |
.if ${MFS_COMPONENT} == client |
77 |
.if ${MFS_COMPONENT} == client |
78 |
USES= compiler:c11 fuse libtool pkgconfig |
78 |
USES= compiler:c11 fuse:3 libtool pkgconfig |
79 |
USE_LDCONFIG= yes |
79 |
USE_LDCONFIG= yes |
80 |
CONFIGURE_ARGS+= --enable-mfsmount |
80 |
CONFIGURE_ARGS+= --enable-mfsmount |
81 |
.else |
81 |
.else |