aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/libtorrent-rasterbar-14
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2007-10-24 00:44:23 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2007-10-24 00:44:23 +0000
commit13df9c1dfacb8778319802dcb79c45a03ff251ab (patch)
tree206037d8d96e42e32199ca6491419df85b302b07 /net-p2p/libtorrent-rasterbar-14
parent508af995890c71997fcfaddcd80b0a0d3f65f3e8 (diff)
downloadports-13df9c1dfacb8778319802dcb79c45a03ff251ab.tar.gz
ports-13df9c1dfacb8778319802dcb79c45a03ff251ab.zip
Notes
Diffstat (limited to 'net-p2p/libtorrent-rasterbar-14')
-rw-r--r--net-p2p/libtorrent-rasterbar-14/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-p2p/libtorrent-rasterbar-14/Makefile b/net-p2p/libtorrent-rasterbar-14/Makefile
index 815b4b861ab7..f0a2f81f922c 100644
--- a/net-p2p/libtorrent-rasterbar-14/Makefile
+++ b/net-p2p/libtorrent-rasterbar-14/Makefile
@@ -27,8 +27,14 @@ CONFLICTS= libtorrent-[0-9]* \
libtorrent-devel-[0-9]* \
rblibtorrent-[0-9]*
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 600000
+BROKEN= does not build on FreeBSD 5.x
+.endif
+
post-install:
@cd ${PREFIX}/lib && ${MV} libtorrent-0.13.so libtorrent.so.1 && \
${LN} -sf libtorrent.so.1 libtorrent.so
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>