From 3feb389fc6365f0ca7d901eded9f98af41c24b28 Mon Sep 17 00:00:00 2001 From: pav Date: Fri, 7 Mar 2008 10:08:06 +0000 Subject: - Mark IGNORE on FreeBSD 5.X Submitted by: Benjamin Close (maintainer) --- net/wmwave/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'net') diff --git a/net/wmwave/Makefile b/net/wmwave/Makefile index c28c0f018e4c..b42461882eb4 100644 --- a/net/wmwave/Makefile +++ b/net/wmwave/Makefile @@ -35,4 +35,10 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1 -.include +.include + +.if ${OSVERSION} < 600007 +IGNORE= needs API available in FreeBSD 6.X and later +.endif + +.include -- cgit