diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-07 10:08:06 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-07 10:08:06 +0000 |
commit | 8f960c2bcbc28d38465185f94f3601f8d776d6b5 (patch) | |
tree | e38bf1b22a2f2158a615a3590a4b0d79e4e58a02 /net/wmwave | |
parent | 14802d26acbf4f939d7dc859f97362be99fa7b08 (diff) |
Notes
Diffstat (limited to 'net/wmwave')
-rw-r--r-- | net/wmwave/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 600007 +IGNORE= needs API available in FreeBSD 6.X and later +.endif + +.include <bsd.port.post.mk> |