diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-09-24 00:42:30 +0800 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-09-24 00:42:30 +0800 |
commit | 5f26a0047137bb7ac5c46bdd6668eeb6bc83d276 (patch) | |
tree | 5721582639406da27f4f0b7d1345bea1efd4c7a4 /astro | |
parent | a81009fc18437e65743407e6cd8bd9cc8639e103 (diff) | |
download | freebsd-ports-gnome-5f26a0047137bb7ac5c46bdd6668eeb6bc83d276.tar.gz freebsd-ports-gnome-5f26a0047137bb7ac5c46bdd6668eeb6bc83d276.tar.zst freebsd-ports-gnome-5f26a0047137bb7ac5c46bdd6668eeb6bc83d276.zip |
Let my ports pass 'make check-sanity' by using modern LIB_DEPENDS
Diffstat (limited to 'astro')
-rw-r--r-- | astro/boinc-astropulse/Makefile | 2 | ||||
-rw-r--r-- | astro/boinc-setiathome-enhanced/Makefile | 2 | ||||
-rw-r--r-- | astro/boinc-setiathome-v7/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/astro/boinc-astropulse/Makefile b/astro/boinc-astropulse/Makefile index 4a9afe6048ca..ea469a46aba6 100644 --- a/astro/boinc-astropulse/Makefile +++ b/astro/boinc-astropulse/Makefile @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3 \ ${NONEXISTENT}:${PORTSDIR}/astro/boinc-setiathome-v7:patch RUN_DEPENDS= boinc_client:${PORTSDIR}/net/boinc-client -LIB_DEPENDS= fftw3f:${PORTSDIR}/math/fftw3-float +LIB_DEPENDS= libfftw3f.so:${PORTSDIR}/math/fftw3-float NO_STAGE= yes USES= gmake pkgconfig diff --git a/astro/boinc-setiathome-enhanced/Makefile b/astro/boinc-setiathome-enhanced/Makefile index 6e9c49fca46b..141fd589627f 100644 --- a/astro/boinc-setiathome-enhanced/Makefile +++ b/astro/boinc-setiathome-enhanced/Makefile @@ -18,7 +18,7 @@ DEPRECATED= Project is switching, use astro/boinc-setiathome-v7 instead BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3 RUN_DEPENDS= boinc_client:${PORTSDIR}/net/boinc-client -LIB_DEPENDS= fftw3f:${PORTSDIR}/math/fftw3-float +LIB_DEPENDS= libfftw3f.so:${PORTSDIR}/math/fftw3-float NO_STAGE= yes USES= gmake pkgconfig diff --git a/astro/boinc-setiathome-v7/Makefile b/astro/boinc-setiathome-v7/Makefile index 0994bac0dfc5..93a1fc1d7553 100644 --- a/astro/boinc-setiathome-v7/Makefile +++ b/astro/boinc-setiathome-v7/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3 RUN_DEPENDS= boinc_client:${PORTSDIR}/net/boinc-client -LIB_DEPENDS= fftw3f:${PORTSDIR}/math/fftw3-float +LIB_DEPENDS= libfftw3f.so:${PORTSDIR}/math/fftw3-float NO_STAGE= yes USES= gmake pkgconfig |