diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-11 14:49:59 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-11 14:49:59 +0000 |
commit | 9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92 (patch) | |
tree | c4f78cbaf45ab044db3e157be708afd711a4e841 /textproc/exempi | |
parent | 0533abe3e7aae5c19e0a0ce9c1e82ed5e94f63e8 (diff) |
Notes
Diffstat (limited to 'textproc/exempi')
-rw-r--r-- | textproc/exempi/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/exempi/Makefile b/textproc/exempi/Makefile index 69d9db701878..488e2142d9f9 100644 --- a/textproc/exempi/Makefile +++ b/textproc/exempi/Makefile @@ -15,9 +15,8 @@ LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-unittest=no -CONFIGURE_ENV= LIBS="${ICONV_LIB}" CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LIBS+= -L${LOCALBASE}/lib ${ICONV_LIB} USES= pathfix iconv libtool:keepla USE_LDCONFIG= yes INSTALL_TARGET= install-strip |