summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2015-07-26 19:03:25 +0000
committerhrs <hrs@FreeBSD.org>2015-07-26 19:03:25 +0000
commitdf1892465eb558a326660fe998cf49227789b107 (patch)
treece39300e9c87fadbeb7fa8e89f814f6a3c1a64f0
parent99cd6a31d0900d43d911d24459c1de00f002efcc (diff)
downloadFreeBSD-ports-df1892465eb558a326660fe998cf49227789b107.zip
FreeBSD-ports-df1892465eb558a326660fe998cf49227789b107.tar.gz
Fix build on 8.x and 9.x.
-rw-r--r--print/tex-ptexenc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/tex-ptexenc/Makefile b/print/tex-ptexenc/Makefile
index 7be070b..39ce4ef 100644
--- a/print/tex-ptexenc/Makefile
+++ b/print/tex-ptexenc/Makefile
@@ -26,7 +26,7 @@ CONFIGURE_ARGS= --enable-kanji-iconv \
--with-system-kpathsea \
--with-kpathsea-includes=${LOCALBASE}/include \
--with-kpathsea-libdir=${LOCALBASE}/lib
-LIBS+= ${ICONV_LIB}
+LIBS+= -L${ICONV_PREFIX}/lib ${ICONV_LIB}
CPPFLAGS+= -I${ICONV_PREFIX}/include
INSTALL_TARGET= install-strip
OpenPOWER on IntegriCloud