diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-01-16 12:51:02 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-01-16 12:51:02 +0000 |
commit | 4f1e8addf2177342d04e11cc9ae5f91e8b554d7b (patch) | |
tree | 41db99b23104d214b0b088d27e32dcb952ff3a59 /archivers/unrar-iconv/Makefile | |
parent | 2c9a5b4b8bff5492eecd9dc59bda3a1508cf2a4c (diff) | |
download | ports-4f1e8addf2177342d04e11cc9ae5f91e8b554d7b.tar.gz ports-4f1e8addf2177342d04e11cc9ae5f91e8b554d7b.zip |
Notes
Diffstat (limited to 'archivers/unrar-iconv/Makefile')
-rw-r--r-- | archivers/unrar-iconv/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archivers/unrar-iconv/Makefile b/archivers/unrar-iconv/Makefile index cf56e2a0ef06..be13be93ee68 100644 --- a/archivers/unrar-iconv/Makefile +++ b/archivers/unrar-iconv/Makefile @@ -13,6 +13,8 @@ MASTERDIR= ${.CURDIR}/../unrar EXTRA_PATCHES= ${.CURDIR}/files/patch-iconv +CPPFLAGS+= -DWITH_ICONV -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib -liconv USE_ICONV= yes CONFLICTS= unrar-[0-9]* zh-unrar-[0-9]* |