diff options
author | trasz <trasz@FreeBSD.org> | 2007-07-16 20:32:09 +0800 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2007-07-16 20:32:09 +0800 |
commit | cf4024fcabe0039253cc4772ba5e9c0fd2ef8155 (patch) | |
tree | 037a7d28afbc4cd546d835f2329340d0d15bb00b | |
parent | d058cbdac82d1401154494b9b98eb2d15c30e20f (diff) | |
download | freebsd-ports-gnome-cf4024fcabe0039253cc4772ba5e9c0fd2ef8155.tar.gz freebsd-ports-gnome-cf4024fcabe0039253cc4772ba5e9c0fd2ef8155.tar.zst freebsd-ports-gnome-cf4024fcabe0039253cc4772ba5e9c0fd2ef8155.zip |
- Fix build.
Approved by: miwi (mentor)
-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 |