diff options
-rw-r--r-- | converters/cocot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/cocot/Makefile b/converters/cocot/Makefile index 0be115cd153a..e6b1945465ef 100644 --- a/converters/cocot/Makefile +++ b/converters/cocot/Makefile @@ -20,8 +20,8 @@ USES= iconv zip WRKSRC= ${WRKDIR}/vmi-${PORTNAME}-8bc9f64 GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +CPPFLAGS+= -I${ICONV_PREFIX}/include +LDFLAGS+= -L${ICONV_PREFIX}/lib DOCS_EN= COPYING ChangeLog DOCS_JA= ChangeLog.ja README.ja |