diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-12 22:15:03 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-12 22:15:03 +0800 |
commit | d25e7fc771070e3ec184f069986cc24d78e3b572 (patch) | |
tree | c4ea42245d0b053c1a31462b408d6990c18047e0 /www | |
parent | 4fc1ebe6fd71add26a2a950884c9af3e4f24a915 (diff) | |
download | freebsd-ports-gnome-d25e7fc771070e3ec184f069986cc24d78e3b572.tar.gz freebsd-ports-gnome-d25e7fc771070e3ec184f069986cc24d78e3b572.tar.zst freebsd-ports-gnome-d25e7fc771070e3ec184f069986cc24d78e3b572.zip |
Convert LIB_DEPENDS for ports depending on boost
Diffstat (limited to 'www')
-rw-r--r-- | www/kdewebdev4/Makefile | 4 | ||||
-rw-r--r-- | www/openvrml/Makefile | 16 |
2 files changed, 10 insertions, 10 deletions
diff --git a/www/kdewebdev4/Makefile b/www/kdewebdev4/Makefile index b2105351eda9..2711e53be59b 100644 --- a/www/kdewebdev4/Makefile +++ b/www/kdewebdev4/Makefile @@ -11,8 +11,8 @@ DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Comprehensive html/website development environment -LIB_DEPENDS= tidy-0.99.0:${PORTSDIR}/www/tidy-lib \ - boost_thread:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= libtidy-0.99.so:${PORTSDIR}/www/tidy-lib \ + libboost_thread.so:${PORTSDIR}/devel/boost-libs LATEST_LINK= ${PORTNAME}4 diff --git a/www/openvrml/Makefile b/www/openvrml/Makefile index 4f73bf61d734..70099225c99e 100644 --- a/www/openvrml/Makefile +++ b/www/openvrml/Makefile @@ -13,12 +13,12 @@ COMMENT= VRML97 runtime and browser BROKEN= does not build BUILD_DEPENDS= ${LOCALBASE}/include/argp.h:${PORTSDIR}/devel/argp-standalone -LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ - js.1:${PORTSDIR}/lang/spidermonkey17 \ - jpeg.11:${PORTSDIR}/graphics/jpeg \ - png15:${PORTSDIR}/graphics/png \ - curl:${PORTSDIR}/ftp/curl \ - gtkglext-x11-1.0:${PORTSDIR}/x11-toolkits/gtkglext +LIB_DEPENDS= libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ + libjs.so:${PORTSDIR}/lang/spidermonkey17 \ + libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libpng15.so:${PORTSDIR}/graphics/png \ + libcurl.so:${PORTSDIR}/ftp/curl \ + libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext USE_GL= yes USES= pathfix pkgconfig @@ -54,8 +54,8 @@ NO_STAGE= yes BROKEN= Gets internal gcc error on ${ARCH} .endif -LIB_DEPENDS+= boost_regex:${PORTSDIR}/devel/boost-libs -LIB_DEPENDS+= boost_python:${PORTSDIR}/devel/boost-python-libs +LIB_DEPENDS+= libboost_regex.so:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS+= libboost_python.so:${PORTSDIR}/devel/boost-python-libs pre-everything:: @${ECHO_MSG} |