aboutsummaryrefslogtreecommitdiff
path: root/net/boinc-client
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-01-12 09:12:57 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-01-12 09:12:57 +0000
commit3c089c162beedafe4420ef2bc22740bcd8051e70 (patch)
treefedc44652b8dcc9559b5270d68be3d29e67c06e8 /net/boinc-client
parent868910fb14696646840f85dc1e7cb4b4601179e2 (diff)
downloadports-3c089c162beedafe4420ef2bc22740bcd8051e70.tar.gz
ports-3c089c162beedafe4420ef2bc22740bcd8051e70.zip
- Use USE_ICONV instead of LIB_DEPENDS
Approved by: portmgr (erwin, few weeks ago)
Notes
Notes: svn path=/head/; revision=182166
Diffstat (limited to 'net/boinc-client')
-rw-r--r--net/boinc-client/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/boinc-client/Makefile b/net/boinc-client/Makefile
index 7ec87f81b8f2..f505c2cfb075 100644
--- a/net/boinc-client/Makefile
+++ b/net/boinc-client/Makefile
@@ -52,8 +52,8 @@ CONFIGURE_ARGS+= --with-wx-config=false --without-x
.endif
.if !defined(WITHOUT_X11)
-LIB_DEPENDS+= iconv:${PORTSDIR}/converters/libiconv \
- jpeg:${PORTSDIR}/graphics/jpeg \
+USE_ICONV= yes
+LIB_DEPENDS+= jpeg:${PORTSDIR}/graphics/jpeg \
glut:${PORTSDIR}/graphics/libglut
.endif