diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-09 02:03:00 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-09 02:03:00 +0000 |
commit | b85a364c161310e995f1314003d0d6890c95a00a (patch) | |
tree | de69bd86c019688194f302ac4caa7a60657aafa0 /audio/snd | |
parent | 2a2c47052feab86719dfafd657dcc53d81ae6624 (diff) |
Notes
Diffstat (limited to 'audio/snd')
-rw-r--r-- | audio/snd/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile index 1897ef527e30..d64189e28c3e 100644 --- a/audio/snd/Makefile +++ b/audio/snd/Makefile @@ -77,6 +77,12 @@ USE_XLIB= yes .endif WRKSRC= ${WRKDIR}/snd-5 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + post-configure: @${MV} ${WRKSRC}/makefile ${WRKSRC}/makefile.orig @${SED} -e "s: -ldl::g" < ${WRKSRC}/makefile.orig > ${WRKSRC}/makefile @@ -136,4 +142,4 @@ do-install: post-build: ${MV} ${WRKSRC}/sndinfo ${WRKSRC}/snd-info -.include <bsd.port.mk> +.include <bsd.port.post.mk> |