Date: Mon, 23 Sep 2013 20:30:03 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328045 - in head: astro/boinc-astropulse astro/boinc-setiathome-v7 emulators/libspectrum Message-ID: <201309232030.r8NKU3S1046328@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Mon Sep 23 20:30:03 2013 New Revision: 328045 URL: http://svnweb.freebsd.org/changeset/ports/328045 Log: Also use new LIB_DEPENDS syntax in non-default cases... Modified: head/astro/boinc-astropulse/Makefile head/astro/boinc-setiathome-v7/Makefile head/emulators/libspectrum/Makefile Modified: head/astro/boinc-astropulse/Makefile ============================================================================== --- head/astro/boinc-astropulse/Makefile Mon Sep 23 20:29:11 2013 (r328044) +++ head/astro/boinc-astropulse/Makefile Mon Sep 23 20:30:03 2013 (r328045) @@ -43,7 +43,7 @@ X11_DESC= Build screensaver (requires ne .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MX11} -LIB_DEPENDS+= jpeg:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg USE_GL= gl glu glut USE_XORG= ice sm x11 xau xcb xext xi xdamage xdmcp xfixes xmu xt xxf86vm BUILD_DEPENDS+= ${LOCALBASE}/lib/libboinc_graphics2.a:${PORTSDIR}/net/boinc-client Modified: head/astro/boinc-setiathome-v7/Makefile ============================================================================== --- head/astro/boinc-setiathome-v7/Makefile Mon Sep 23 20:29:11 2013 (r328044) +++ head/astro/boinc-setiathome-v7/Makefile Mon Sep 23 20:30:03 2013 (r328045) @@ -42,7 +42,7 @@ X11_DESC= Build screensaver (requires ne .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MX11} -LIB_DEPENDS+= jpeg:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg USE_GL= gl glu glut USE_XORG= ice sm x11 xau xcb xext xi xdamage xdmcp xfixes xmu xt xxf86vm BUILD_DEPENDS+= ${LOCALBASE}/lib/libboinc_graphics2.a:${PORTSDIR}/net/boinc-client Modified: head/emulators/libspectrum/Makefile ============================================================================== --- head/emulators/libspectrum/Makefile Mon Sep 23 20:29:11 2013 (r328044) +++ head/emulators/libspectrum/Makefile Mon Sep 23 20:30:03 2013 (r328045) @@ -27,7 +27,7 @@ NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MAUDIOFILE} -LIB_DEPENDS+= audiofile:${PORTSDIR}/audio/libaudiofile +LIB_DEPENDS+= libaudiofile.so:${PORTSDIR}/audio/libaudiofile .else CONFIGURE_ARGS+=--without-libaudiofile .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309232030.r8NKU3S1046328>