diff options
author | novel <novel@FreeBSD.org> | 2006-08-09 02:16:07 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2006-08-09 02:16:07 +0800 |
commit | db3d2c7365d1203762bf5827c73729126964bf7b (patch) | |
tree | 830dcb068f633cc51d7dd215630924f437a7c5bf /devel | |
parent | df0639eb88b40f70680838319d53da8dd35d53af (diff) | |
download | freebsd-ports-gnome-db3d2c7365d1203762bf5827c73729126964bf7b.tar.gz freebsd-ports-gnome-db3d2c7365d1203762bf5827c73729126964bf7b.tar.zst freebsd-ports-gnome-db3d2c7365d1203762bf5827c73729126964bf7b.zip |
Mark BROKEN on 4.x.
Reported by: pointyhat via kris
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libcoyotl/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/libcoyotl/Makefile b/devel/libcoyotl/Makefile index 607769a1d2df..c67300ca954d 100644 --- a/devel/libcoyotl/Makefile +++ b/devel/libcoyotl/Makefile @@ -19,4 +19,10 @@ INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= CPPFLAGS=-I${PREFIX}/include/ LDFLAGS=-L${PREFIX}/lib/ -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= does not build on 4.x +.endif + +.include <bsd.port.post.mk> |