diff options
author | mezz <mezz@FreeBSD.org> | 2006-01-03 11:23:49 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-01-03 11:23:49 +0800 |
commit | 46a6a37e310870d2025f8acee21b6862559041ab (patch) | |
tree | d9bc746291ee873bff1abe6e7a147bc07415641b /deskutils | |
parent | 237f6310528ad79c01198448de4e1651a19e4df5 (diff) | |
download | freebsd-ports-gnome-46a6a37e310870d2025f8acee21b6862559041ab.tar.gz freebsd-ports-gnome-46a6a37e310870d2025f8acee21b6862559041ab.tar.zst freebsd-ports-gnome-46a6a37e310870d2025f8acee21b6862559041ab.zip |
Mark it as broke on FreeBSD 4.x; it doesn't build.
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/buoh/Makefile | 8 |
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> |