- remove iconv dependency

- bump PORTREVISION
This commit is contained in:
Yen-Ming Lee 2008-06-20 17:37:06 +00:00
parent db0eb0012e
commit ead70e68e2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215373

View file

@ -7,7 +7,7 @@
PORTNAME= encfs
PORTVERSION= 1.4.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX= fusefs-
@ -27,7 +27,6 @@ USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-boost-serialization=boost_serialization
CONFIGURE_ENV= LDFLAGS=-L${LOCALBASE}/lib CPPFLAGS=-I${LOCALBASE}/include
CFLAGS+= ${PTHREAD_LIBS} -liconv
USE_GMAKE= yes
USE_LDCONFIG= yes