diff options
author | rene <rene@FreeBSD.org> | 2013-09-24 04:30:03 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-09-24 04:30:03 +0800 |
commit | a9b930af8295ed7fdaf4e5a9409e7a3b8b28744f (patch) | |
tree | 76ae2ab48d6d7808f145179602653d41ddab3a1c /astro | |
parent | 52532e5cf289a036cdd2f2d8b92e5bdaacea9ec8 (diff) | |
download | freebsd-ports-gnome-a9b930af8295ed7fdaf4e5a9409e7a3b8b28744f.tar.gz freebsd-ports-gnome-a9b930af8295ed7fdaf4e5a9409e7a3b8b28744f.tar.zst freebsd-ports-gnome-a9b930af8295ed7fdaf4e5a9409e7a3b8b28744f.zip |
Also use new LIB_DEPENDS syntax in non-default cases...
Diffstat (limited to 'astro')
-rw-r--r-- | astro/boinc-astropulse/Makefile | 2 | ||||
-rw-r--r-- | astro/boinc-setiathome-v7/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/astro/boinc-astropulse/Makefile b/astro/boinc-astropulse/Makefile index ea469a46aba6..e30d9d3de419 100644 --- a/astro/boinc-astropulse/Makefile +++ b/astro/boinc-astropulse/Makefile @@ -43,7 +43,7 @@ X11_DESC= Build screensaver (requires net/boinc-client with X11) .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 diff --git a/astro/boinc-setiathome-v7/Makefile b/astro/boinc-setiathome-v7/Makefile index 93a1fc1d7553..a6476ed80b07 100644 --- a/astro/boinc-setiathome-v7/Makefile +++ b/astro/boinc-setiathome-v7/Makefile @@ -42,7 +42,7 @@ X11_DESC= Build screensaver (requires net/boinc-client with X11) .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 |