diff options
author | rene <rene@FreeBSD.org> | 2012-06-06 02:37:33 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2012-06-06 02:37:33 +0800 |
commit | f6141815b28ee8e4a69973c300197e4f2efd549a (patch) | |
tree | 2066e41a741d19a830a163b42616dc5b578ed9a6 /astro | |
parent | d0cc906580af9a5c574fe13c57180e6bedcd0232 (diff) | |
download | freebsd-ports-gnome-f6141815b28ee8e4a69973c300197e4f2efd549a.tar.gz freebsd-ports-gnome-f6141815b28ee8e4a69973c300197e4f2efd549a.tar.zst freebsd-ports-gnome-f6141815b28ee8e4a69973c300197e4f2efd549a.zip |
- Strip version information from LIB_DEPENDS to pet portlint
- Whitespace fixes
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 |