aboutsummaryrefslogtreecommitdiff
path: root/audio/ecawave
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-05 11:13:43 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-05 11:13:43 +0000
commit146cc392b8eda48fae51635bdf248887b01159c9 (patch)
tree9a0afe4dd8cc32d63bdeec6760fa036e745f1aa6 /audio/ecawave
parent69641e40dca6dd994144ddbd2e13953ad5f5f1eb (diff)
downloadports-146cc392b8eda48fae51635bdf248887b01159c9.tar.gz
ports-146cc392b8eda48fae51635bdf248887b01159c9.zip
Notes
Diffstat (limited to 'audio/ecawave')
-rw-r--r--audio/ecawave/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/ecawave/Makefile b/audio/ecawave/Makefile
index 476c2c892705..f304572f9745 100644
--- a/audio/ecawave/Makefile
+++ b/audio/ecawave/Makefile
@@ -31,6 +31,12 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
MAN1= ecawave.1
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102
+BROKEN= "Configure fails on alpha 5.x"
+.endif
+
post-patch:
${REINPLACE_CMD} -e "s,lqt,lqt-mt," ${WRKSRC}/src/Makefile.in
@@ -40,4 +46,4 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/Documentation/*.html ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>