diff options
author | John Marino <marino@FreeBSD.org> | 2013-09-30 18:20:59 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-09-30 18:20:59 +0000 |
commit | 3b1a51b7411f6e1d0d4f30dadd3ae1e62bab4f66 (patch) | |
tree | aa137cda737345cf6fd5a939b2e15b9fb83e9bf6 /devel/libdatrie | |
parent | 1f27e79deb6e5bb32b2b4a354267a175e47afd50 (diff) | |
download | ports-3b1a51b7411f6e1d0d4f30dadd3ae1e62bab4f66.tar.gz ports-3b1a51b7411f6e1d0d4f30dadd3ae1e62bab4f66.zip |
Notes
Diffstat (limited to 'devel/libdatrie')
-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 |