aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bbsmount
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-17 23:02:58 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-17 23:02:58 +0000
commit3462fa1f7267ff1b1f968ab5a95eb025506552e7 (patch)
tree26523d054f10ce6a62fe733a2d55e3be02f08d1d /sysutils/bbsmount
parentcb7183ef00c83e706bfafc47e5e341993b7645a5 (diff)
downloadports-3462fa1f7267ff1b1f968ab5a95eb025506552e7.tar.gz
ports-3462fa1f7267ff1b1f968ab5a95eb025506552e7.zip
Notes
Diffstat (limited to 'sysutils/bbsmount')
-rw-r--r--sysutils/bbsmount/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/bbsmount/Makefile b/sysutils/bbsmount/Makefile
index ffcc34c91dd7..80551c4c93a6 100644
--- a/sysutils/bbsmount/Makefile
+++ b/sysutils/bbsmount/Makefile
@@ -20,6 +20,12 @@ USE_XLIB= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile with FreeBSD >= 5.x"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
${WRKSRC}/configure
@@ -39,4 +45,4 @@ post-install:
fi
@${INSTALL} ${WRKSRC}/data/bbsmount.bb ${PREFIX}/share/bbtools/bbsmount.bb-sample
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>