aboutsummaryrefslogtreecommitdiff
path: root/net/opal
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-03-11 16:48:03 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-03-11 16:48:03 +0000
commit64028e9c265ddf04a2bad9827fca304c1dd4af4e (patch)
treebae96c7f8093bb0fb37c16d24d39452d8c31ee2a /net/opal
parent07b20beeba542176635d5172ed092f1f8dd8f410 (diff)
Notes
Diffstat (limited to 'net/opal')
-rw-r--r--net/opal/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/net/opal/Makefile b/net/opal/Makefile
index 109daf81cc5a..3f9a39f14257 100644
--- a/net/opal/Makefile
+++ b/net/opal/Makefile
@@ -34,10 +34,6 @@ PLIST_SUB= PORTVERSION=${PORTVERSION}
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-BROKEN= Does not build on FreeBSD 4.x, if you manage to make it work, please send a patch to the maintainer: ${MAINTAINER}
-.endif
-
# Avoid build error on 64-bit architectures
.if (${ARCH} == "amd64") || (${ARCH} == "ia64") || (${ARCH} == "sparc64")
CFLAGS+= -fPIC
@@ -50,7 +46,7 @@ CONFIGURE_ARGS+= --enable-h263avcodec=${LOCALBASE}/include/ffmpeg
.ifdef (WITH_SPEEX)
LIB_DEPENDS+= speex.1:${PORTSDIR}/audio/speex
-BUILD_DEPENDS+= ${LOCALBASE}/include/speex/speex_echo.h:${PORTSDIR}/audio/speex-devel
+BUILD_DEPENDS+= ${LOCALBASE}/include/speex/speex_echo.h:${PORTSDIR}/audio/speex
CONFIGURE_ARGS+= --enable-localspeex=no
.else
CONFIGURE_ARGS+= --enable-localspeex=yes