diff options
author | bland <bland@FreeBSD.org> | 2006-04-11 10:16:11 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2006-04-11 10:16:11 +0800 |
commit | 360e51e3b2bbda396e3abe6c3ca1765481db3668 (patch) | |
tree | 1b3ad7e6b76cc2c1c68f61d915cef231770329bf /net/opal | |
parent | a22a83eadf7e3c105c88b06b9663d67e51815ab8 (diff) | |
download | freebsd-ports-gnome-360e51e3b2bbda396e3abe6c3ca1765481db3668.tar.gz freebsd-ports-gnome-360e51e3b2bbda396e3abe6c3ca1765481db3668.tar.zst freebsd-ports-gnome-360e51e3b2bbda396e3abe6c3ca1765481db3668.zip |
Mark broken on 4.x
PR: 95578
Diffstat (limited to 'net/opal')
-rw-r--r-- | net/opal/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/opal/Makefile b/net/opal/Makefile index 1548e3c442a9..ef2c52fb2f26 100644 --- a/net/opal/Makefile +++ b/net/opal/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= pt_r.1:${PORTSDIR}/devel/pwlib WRKSRC= ${WRKDIR}/${PORTNAME}_v${PORTVERSION:S/./_/g} +# In opal's Makefile the default make's target is optshared ALL_TARGET= optshared USE_GMAKE= yes USE_AUTOTOOLS= autoconf:259 @@ -32,6 +33,10 @@ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I${WRKSRC}/include .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 + .ifdef (WITH_FFMPEG) LIB_DEPENDS+= avcodec.1:${PORTSDIR}/multimedia/ffmpeg CONFIGURE_ARGS+= --enable-h263avcodec=${LOCALBASE}/include/ffmpeg |