diff options
-rw-r--r-- | devel/libdatrie/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libdatrie/Makefile b/devel/libdatrie/Makefile index 0c82127ebe7e..b9c181cca63f 100644 --- a/devel/libdatrie/Makefile +++ b/devel/libdatrie/Makefile @@ -17,7 +17,7 @@ USES= iconv pathfix USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} MAN1= trietool-0.2.1 PORTDOCS= README.migration |