aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2007-01-12 17:12:57 +0800
committerrafan <rafan@FreeBSD.org>2007-01-12 17:12:57 +0800
commit5854aef32b282db6a4bbbdcdf97e30d42fece9e4 (patch)
treedb7118d3583c976de456e5077ec5b89526b5c974 /print
parent0bfc2587f59a1035e84377aee4689423a964c619 (diff)
downloadfreebsd-ports-gnome-5854aef32b282db6a4bbbdcdf97e30d42fece9e4.tar.gz
freebsd-ports-gnome-5854aef32b282db6a4bbbdcdf97e30d42fece9e4.tar.zst
freebsd-ports-gnome-5854aef32b282db6a4bbbdcdf97e30d42fece9e4.zip
- Use USE_ICONV instead of LIB_DEPENDS
Approved by: portmgr (erwin, few weeks ago)
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 \