aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2015-07-27 03:03:25 +0800
committerhrs <hrs@FreeBSD.org>2015-07-27 03:03:25 +0800
commitdf1892465eb558a326660fe998cf49227789b107 (patch)
treece39300e9c87fadbeb7fa8e89f814f6a3c1a64f0 /print
parent99cd6a31d0900d43d911d24459c1de00f002efcc (diff)
downloadfreebsd-ports-gnome-df1892465eb558a326660fe998cf49227789b107.tar.gz
freebsd-ports-gnome-df1892465eb558a326660fe998cf49227789b107.tar.zst
freebsd-ports-gnome-df1892465eb558a326660fe998cf49227789b107.zip
Fix build on 8.x and 9.x.
Diffstat (limited to 'print')
-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 7be070b9d68d..39ce4ef002ae 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