summaryrefslogtreecommitdiff
path: root/deskutils/buoh
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2006-01-03 03:23:49 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2006-01-03 03:23:49 +0000
commit7c2240e3647877a13972eb68eb9c842ca87e98b8 (patch)
treed226895e408f06991a8cbaabd9720448d4bb5d2b /deskutils/buoh
parent[MAINTAINER-UPDATE] Update ports/net-im/amsn to 0.95_2 (diff)
Mark it as broke on FreeBSD 4.x; it doesn't build.
Notes
Notes: svn path=/head/; revision=152640
Diffstat (limited to 'deskutils/buoh')
-rw-r--r--deskutils/buoh/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/deskutils/buoh/Makefile b/deskutils/buoh/Makefile
index bd3e315e74ae..15f58b70f83c 100644
--- a/deskutils/buoh/Makefile
+++ b/deskutils/buoh/Makefile
@@ -33,6 +33,12 @@ CFLAGS+= -g
STRIP=
.endif
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Does not build on 4.X"
+.endif
+
pre-everything::
.if !defined(WITH_DEBUG)
@${ECHO_MSG} "You may specify the following on the command line:"
@@ -54,4 +60,4 @@ post-install:
@${LN} -sf ${DATADIR}/pixmaps/buoh64x64.png \
${X11BASE}/share/pixmaps/buoh64x64.png
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>