summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
Diffstat (limited to 'print')
-rw-r--r--print/pips800/Makefile.pips8
1 files changed, 4 insertions, 4 deletions
diff --git a/print/pips800/Makefile.pips b/print/pips800/Makefile.pips
index 7ce96043cc2b..6e4f931562cd 100644
--- a/print/pips800/Makefile.pips
+++ b/print/pips800/Makefile.pips
@@ -111,8 +111,8 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-2.6.2-ekpstm \
.elif ${DIST_TYPE} == cups
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-2.6.2-ekpstm \
${FILESDIR}/extra-patch-2.6.2-src-cups
-LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base \
- iconv.3:${PORTSDIR}/converters/libiconv
+LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base
+USE_ICONV= yes
.else
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-2.6.2-common \
${FILESDIR}/extra-patch-2.6.2-src \
@@ -122,8 +122,8 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-2.6.2-common \
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-2.6.2-ekpstm::main.c
.endif
BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf253:${PORTSDIR}/devel/autoconf253
-LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base \
- iconv.3:${PORTSDIR}/converters/libiconv
+LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base
+USE_ICONV= yes
.endif
.if ${OSVERSION} < 500000
LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \