diff options
author | Rene Ladan <rene@FreeBSD.org> | 2012-06-05 18:37:33 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2012-06-05 18:37:33 +0000 |
commit | 2dabb7cfbd3d6230a9697b7dc081218ee5053a25 (patch) | |
tree | 809334a7c4088b3328123be7f52a5f76023ff45a /astro | |
parent | 1385f70bdfe29483011d28a66e1adc79e71107de (diff) | |
download | ports-2dabb7cfbd3d6230a9697b7dc081218ee5053a25.tar.gz ports-2dabb7cfbd3d6230a9697b7dc081218ee5053a25.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/boinc-astropulse/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/astro/boinc-astropulse/Makefile b/astro/boinc-astropulse/Makefile index 211fb4fd15c1..b358b830a4c8 100644 --- a/astro/boinc-astropulse/Makefile +++ b/astro/boinc-astropulse/Makefile @@ -45,7 +45,7 @@ BOINC_CLIENT_HOME?= /var/db/boinc .include <bsd.port.pre.mk> # stolen and adapted from bsd.port.mk .if (${OSVERSION} >= 900000 && ${OSVERSION} < 900012) || ${OSVERSION} < 800505 -BUILD_DEPENDS+= ${LOCALBASE}/bin/xz:${PORTSDIR}/archivers/xz +BUILD_DEPENDS+= ${LOCALBASE}/bin/xz:${PORTSDIR}/archivers/xz .endif # TODO fix upstream @@ -54,8 +54,8 @@ BROKEN=Currently Astropulse requires X11 to build .endif .if !defined(WITHOUT_X11) -LIB_DEPENDS+= jpeg.11:${PORTSDIR}/graphics/jpeg \ - xcb.2:${PORTSDIR}/x11/libxcb +LIB_DEPENDS+= jpeg:${PORTSDIR}/graphics/jpeg \ + xcb:${PORTSDIR}/x11/libxcb USE_GL= gl glu glut USE_XORG= ice sm x11 xau xext xi xdamage xdmcp xfixes xmu xt xxf86vm BUILD_DEPENDS+= ${LOCALBASE}/lib/libboinc_graphics2.a:${PORTSDIR}/net/boinc-client |