diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-10-24 00:44:23 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-10-24 00:44:23 +0000 |
commit | 13df9c1dfacb8778319802dcb79c45a03ff251ab (patch) | |
tree | 206037d8d96e42e32199ca6491419df85b302b07 /net-p2p/rblibtorrent-devel | |
parent | 508af995890c71997fcfaddcd80b0a0d3f65f3e8 (diff) |
Notes
Diffstat (limited to 'net-p2p/rblibtorrent-devel')
-rw-r--r-- | net-p2p/rblibtorrent-devel/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net-p2p/rblibtorrent-devel/Makefile b/net-p2p/rblibtorrent-devel/Makefile index 815b4b861ab7..f0a2f81f922c 100644 --- a/net-p2p/rblibtorrent-devel/Makefile +++ b/net-p2p/rblibtorrent-devel/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> |