summaryrefslogtreecommitdiffstats
path: root/print/pips800
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2007-01-12 09:12:57 +0000
committerrafan <rafan@FreeBSD.org>2007-01-12 09:12:57 +0000
commit5854aef32b282db6a4bbbdcdf97e30d42fece9e4 (patch)
treedb7118d3583c976de456e5077ec5b89526b5c974 /print/pips800
parent0bfc2587f59a1035e84377aee4689423a964c619 (diff)
downloadFreeBSD-ports-5854aef32b282db6a4bbbdcdf97e30d42fece9e4.zip
FreeBSD-ports-5854aef32b282db6a4bbbdcdf97e30d42fece9e4.tar.gz
- Use USE_ICONV instead of LIB_DEPENDS
Approved by: portmgr (erwin, few weeks ago)
Diffstat (limited to 'print/pips800')
-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 7ce9604..6e4f9315 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 \
OpenPOWER on IntegriCloud