diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-01-03 03:23:49 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-01-03 03:23:49 +0000 |
commit | 7c2240e3647877a13972eb68eb9c842ca87e98b8 (patch) | |
tree | d226895e408f06991a8cbaabd9720448d4bb5d2b /deskutils | |
parent | 1cd2991e5b8e756f70710a4da877a17dee5ab791 (diff) |
Notes
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> |