diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2007-07-16 12:32:09 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2007-07-16 12:32:09 +0000 |
commit | 1a7eab50ba57ef25729fd9474d744755ff1ee73b (patch) | |
tree | 331b026ff8d2ba98b9081dea3b5ffc1004c20b80 /sysutils | |
parent | ea4e8645ff876272c64ecfd3eb8a7e85ff4628ad (diff) |
- Fix build.
Approved by: miwi (mentor)
Notes
Notes:
svn path=/head/; revision=195730
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fusefs-encfs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/fusefs-encfs/Makefile b/sysutils/fusefs-encfs/Makefile index ae977b18ca48..0c9e66c22607 100644 --- a/sysutils/fusefs-encfs/Makefile +++ b/sysutils/fusefs-encfs/Makefile @@ -26,10 +26,11 @@ WRKSRC= ${WRKDIR}/encfs-${PORTVERSION} USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS=-L${LOCALBASE}/lib -CFLAGS+= -pthread +CFLAGS+= ${PTHREAD_LIBS} -liconv USE_GMAKE= yes USE_GETTEXT= yes USE_LDCONFIG= yes +USE_GETTEXT= yes MAN1= encfs.1 encfsctl.1 |