aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/libtorrent-rasterbar-15
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-03-16 18:02:30 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-03-16 18:02:30 +0000
commit72465817c874bbcfbf518e70bfda4de51c249ac9 (patch)
tree040241d2a36f65d700d447861e0f80a93c1ef9ca /net-p2p/libtorrent-rasterbar-15
parent470b0ae938335b685b1dd8666fe38df21e19170c (diff)
downloadports-72465817c874bbcfbf518e70bfda4de51c249ac9.tar.gz
ports-72465817c874bbcfbf518e70bfda4de51c249ac9.zip
Notes
Diffstat (limited to 'net-p2p/libtorrent-rasterbar-15')
-rw-r--r--net-p2p/libtorrent-rasterbar-15/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-p2p/libtorrent-rasterbar-15/Makefile b/net-p2p/libtorrent-rasterbar-15/Makefile
index 3fb5e791df77..f9989d4332f0 100644
--- a/net-p2p/libtorrent-rasterbar-15/Makefile
+++ b/net-p2p/libtorrent-rasterbar-15/Makefile
@@ -42,6 +42,12 @@ CONFIGURE_ARGS= --disable-debug \
USE_LDCONFIG= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 700000
+BROKEN= does not compile on 6.X
+.endif
+
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
@@ -52,4 +58,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/docs/*.png ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>