diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-01-02 00:43:03 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-01-02 00:43:03 +0000 |
commit | fbc92f16704473d1eb04651d2e87f8f9a2807769 (patch) | |
tree | 8e15eb06964596825b462d8aaa1e13205dd5bf0d /audio | |
parent | d668264d3322e34213a38c565924a0a75e0147eb (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/beast/Makefile | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/audio/beast/Makefile b/audio/beast/Makefile index 66e15e080312..2b7d281a24d1 100644 --- a/audio/beast/Makefile +++ b/audio/beast/Makefile @@ -35,6 +35,16 @@ CONFIGURE_ARGS= --disable-debug \ MAN1= beast.1 bsesh.1 sfidl.1 MAN3= beast-gxk.3 bse-procs.3 bse-structs.3 bse.3 sfi.3 +.include <bsd.port.pre.mk> + +.if ${ARCH} == "ia64" +BROKEN= "Configure fails on ia64" +.endif + +.if ${ARCH} == "alpha" +BROKEN= "Does not build on alpha" +.endif + post-patch: @${REINPLACE_CMD} -E \ -e 's|(bseladspapath=)\$${libdir}/ladspa|\1"${LOCALBASE}/lib/ladspa"|' \ @@ -44,4 +54,4 @@ post-patch: ${WRKSRC}/bse/Makefile.in \ ${WRKSRC}/bse/zintern/Makefile.in -.include <bsd.port.mk> +.include <bsd.port.post.mk> |