diff options
author | rafan <rafan@FreeBSD.org> | 2007-01-12 17:12:57 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-01-12 17:12:57 +0800 |
commit | 5854aef32b282db6a4bbbdcdf97e30d42fece9e4 (patch) | |
tree | db7118d3583c976de456e5077ec5b89526b5c974 /net/boinc-client/Makefile | |
parent | 0bfc2587f59a1035e84377aee4689423a964c619 (diff) | |
download | freebsd-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 'net/boinc-client/Makefile')
-rw-r--r-- | net/boinc-client/Makefile | 4 |
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 |