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 /print/scribus-devel | |
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 'print/scribus-devel')
-rw-r--r-- | print/scribus-devel/Makefile | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/print/scribus-devel/Makefile b/print/scribus-devel/Makefile index 618dbddef430..7495a03e28a2 100644 --- a/print/scribus-devel/Makefile +++ b/print/scribus-devel/Makefile @@ -13,20 +13,20 @@ PKGNAMESUFFIX= -devel MAINTAINER= coder@tuxfamily.org COMMENT= Comprehensive desktop publishing program -LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ - lcms:${PORTSDIR}/graphics/lcms \ - png15:${PORTSDIR}/graphics/png \ - tiff:${PORTSDIR}/graphics/tiff \ - cups:${PORTSDIR}/print/cups-base \ - freetype:${PORTSDIR}/print/freetype2 \ - fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ - podofo:${PORTSDIR}/graphics/podofo \ - boost_thread:${PORTSDIR}/devel/boost-libs \ - aspell:${PORTSDIR}/textproc/aspell \ - cairo:${PORTSDIR}/graphics/cairo \ - execinfo:${PORTSDIR}/devel/libexecinfo \ - poppler:${PORTSDIR}/graphics/poppler \ - osg:${PORTSDIR}/graphics/osg +LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ + liblcms.so:${PORTSDIR}/graphics/lcms \ + libpng15.so:${PORTSDIR}/graphics/png \ + libtiff.so:${PORTSDIR}/graphics/tiff \ + libcups.so:${PORTSDIR}/print/cups-base \ + libfreetype.so:${PORTSDIR}/print/freetype2 \ + libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ + libpodofo.so:${PORTSDIR}/graphics/podofo \ + libboost_thread.so:${PORTSDIR}/devel/boost-libs \ + libaspell.so:${PORTSDIR}/textproc/aspell \ + libcairo.so:${PORTSDIR}/graphics/cairo \ + libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ + libpoppler.so:${PORTSDIR}/graphics/poppler \ + libosg.so:${PORTSDIR}/graphics/osg RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \ ${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-imaging \ update-mime-database:${PORTSDIR}/misc/shared-mime-info |