svn commit: r328045 - in head: astro/boinc-astropulse astro/boinc-setiathome-v7 emulators/libspectrum

Rene Ladan rene at FreeBSD.org
Mon Sep 23 20:30:04 UTC 2013


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


More information about the svn-ports-head mailing list