diff options
author | kris <kris@FreeBSD.org> | 2004-09-18 07:02:58 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-18 07:02:58 +0800 |
commit | cf7a99ba85fe74976ebb4d40b50b44a7a0c933b4 (patch) | |
tree | 2cb3b36f9326fddef01ad0ad61ccbe0063e48c03 /sysutils/bbsmount | |
parent | e79bf06ffa60db2f5593f023759e18b64e6e5a1e (diff) | |
download | freebsd-ports-gnome-cf7a99ba85fe74976ebb4d40b50b44a7a0c933b4.tar.gz freebsd-ports-gnome-cf7a99ba85fe74976ebb4d40b50b44a7a0c933b4.tar.zst freebsd-ports-gnome-cf7a99ba85fe74976ebb4d40b50b44a7a0c933b4.zip |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'sysutils/bbsmount')
-rw-r--r-- | sysutils/bbsmount/Makefile | 8 |
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> |