diff options
author | fluffy <fluffy@FreeBSD.org> | 2010-01-01 17:34:19 +0800 |
---|---|---|
committer | fluffy <fluffy@FreeBSD.org> | 2010-01-01 17:34:19 +0800 |
commit | 059e6f47b3f3740468434a3d48404f4c3de229c1 (patch) | |
tree | 08077a5e06e942ba314f2c14507199c4aedf90e6 | |
parent | 622adc01b8c02935b69725f4a60ef48dfeaedbe1 (diff) | |
download | freebsd-ports-gnome-059e6f47b3f3740468434a3d48404f4c3de229c1.tar.gz freebsd-ports-gnome-059e6f47b3f3740468434a3d48404f4c3de229c1.tar.zst freebsd-ports-gnome-059e6f47b3f3740468434a3d48404f4c3de229c1.zip |
- Fix dependency path (boost-libs => bost-python-libs)
Pointyhat to: miwi
Approved by: miwi, tabthorpe (mentors implicit)
-rw-r--r-- | deskutils/kdepim4-runtime/Makefile | 2 | ||||
-rw-r--r-- | deskutils/kdepim4/Makefile | 2 | ||||
-rw-r--r-- | deskutils/kdepim44-runtime/Makefile | 2 | ||||
-rw-r--r-- | deskutils/kdepim44/Makefile | 2 | ||||
-rw-r--r-- | deskutils/kdepimlibs4/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/deskutils/kdepim4-runtime/Makefile b/deskutils/kdepim4-runtime/Makefile index 1fc6ce8c7f0f..718d5641c3dd 100644 --- a/deskutils/kdepim4-runtime/Makefile +++ b/deskutils/kdepim4-runtime/Makefile @@ -15,7 +15,7 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Libraries for KDE-PIM applications -LIB_DEPENDS= boost_python:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= boost_python:${PORTSDIR}/devel/boost-python-libs LATEST_LINK= ${PORTNAME}4 diff --git a/deskutils/kdepim4/Makefile b/deskutils/kdepim4/Makefile index a220f1407126..e35bf79fd16c 100644 --- a/deskutils/kdepim4/Makefile +++ b/deskutils/kdepim4/Makefile @@ -18,7 +18,7 @@ COMMENT= Libraries for KDE-PIM applications BUILD_DEPENDS= libassuan>=1.0.4:${PORTSDIR}/security/libassuan LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme \ sasl2:${PORTSDIR}/security/cyrus-sasl2 \ - boost_python:${PORTSDIR}/devel/boost-libs \ + boost_python:${PORTSDIR}/devel/boost-python-libs \ mal.1:${PORTSDIR}/palm/libmal \ pisock.9:${PORTSDIR}/palm/pilot-link \ qca.2:${PORTSDIR}/devel/qca diff --git a/deskutils/kdepim44-runtime/Makefile b/deskutils/kdepim44-runtime/Makefile index 1fc6ce8c7f0f..718d5641c3dd 100644 --- a/deskutils/kdepim44-runtime/Makefile +++ b/deskutils/kdepim44-runtime/Makefile @@ -15,7 +15,7 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Libraries for KDE-PIM applications -LIB_DEPENDS= boost_python:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= boost_python:${PORTSDIR}/devel/boost-python-libs LATEST_LINK= ${PORTNAME}4 diff --git a/deskutils/kdepim44/Makefile b/deskutils/kdepim44/Makefile index a220f1407126..e35bf79fd16c 100644 --- a/deskutils/kdepim44/Makefile +++ b/deskutils/kdepim44/Makefile @@ -18,7 +18,7 @@ COMMENT= Libraries for KDE-PIM applications BUILD_DEPENDS= libassuan>=1.0.4:${PORTSDIR}/security/libassuan LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme \ sasl2:${PORTSDIR}/security/cyrus-sasl2 \ - boost_python:${PORTSDIR}/devel/boost-libs \ + boost_python:${PORTSDIR}/devel/boost-python-libs \ mal.1:${PORTSDIR}/palm/libmal \ pisock.9:${PORTSDIR}/palm/pilot-link \ qca.2:${PORTSDIR}/devel/qca diff --git a/deskutils/kdepimlibs4/Makefile b/deskutils/kdepimlibs4/Makefile index 69320d027f15..650d6dbe828f 100644 --- a/deskutils/kdepimlibs4/Makefile +++ b/deskutils/kdepimlibs4/Makefile @@ -17,7 +17,7 @@ COMMENT= Libraries for KDE-PIM applications LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme \ sasl2:${PORTSDIR}/security/cyrus-sasl2 \ - boost_python:${PORTSDIR}/devel/boost-libs \ + boost_python:${PORTSDIR}/devel/boost-python-libs \ ical.43:${PORTSDIR}/devel/libical USE_KDE4= kdelibs kdeexp akonadi kdeprefix kdehier automoc4 |