diff options
| author | Florian Smeets <flo@FreeBSD.org> | 2012-12-14 15:47:00 +0000 |
|---|---|---|
| committer | Florian Smeets <flo@FreeBSD.org> | 2012-12-14 15:47:00 +0000 |
| commit | d26530b7136cdbbc743cb41cba488928a2fb490e (patch) | |
| tree | 2f5c5fe4cb36fc6a28856c97750108bf78f9b5b4 /sysutils/fusefs-funionfs | |
| parent | 7045030009ee59cfe75c17ba591c3798c3478b68 (diff) | |
Notes
Diffstat (limited to 'sysutils/fusefs-funionfs')
| -rw-r--r-- | sysutils/fusefs-funionfs/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/fusefs-funionfs/Makefile b/sysutils/fusefs-funionfs/Makefile index 66bfe2d15719..56d00947918e 100644 --- a/sysutils/fusefs-funionfs/Makefile +++ b/sysutils/fusefs-funionfs/Makefile @@ -14,12 +14,10 @@ PKGNAMEPREFIX= fusefs- MAINTAINER= ports@FreeBSD.org COMMENT= Union filesystem for the FUSE driver -BUILD_DEPENDS= ${LOCALBASE}/include/fuse.h:${PORTSDIR}/sysutils/fusefs-libs -RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod - LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include GNU_CONFIGURE= yes +USE_FUSE= yes MAN1= funionfs.1 PLIST_FILES= bin/funionfs |
