diff options
author | mat <mat@FreeBSD.org> | 2015-10-15 22:55:14 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-10-15 22:55:14 +0800 |
commit | abc87d0c357422181c7606b270d496816179270f (patch) | |
tree | d30bee8baf5be305289898828fb58299162e2f54 /multimedia/mythtv | |
parent | 94989b64a49d831e3af8a38f926ad94d0e2bcc11 (diff) | |
download | freebsd-ports-gnome-abc87d0c357422181c7606b270d496816179270f.tar.gz freebsd-ports-gnome-abc87d0c357422181c7606b270d496816179270f.tar.zst freebsd-ports-gnome-abc87d0c357422181c7606b270d496816179270f.zip |
Drop 8 support.
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694
Diffstat (limited to 'multimedia/mythtv')
-rw-r--r-- | multimedia/mythtv/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/multimedia/mythtv/Makefile b/multimedia/mythtv/Makefile index c49a2e184685..5e9f859020b0 100644 --- a/multimedia/mythtv/Makefile +++ b/multimedia/mythtv/Makefile @@ -77,13 +77,6 @@ OPENGL_CONFIGURE_ENABLE= opengl-video SUB_FILES= pkg-message -# for too old binutils in base -.if ${OSVERSION} < 900033 -BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils -CONFIGURE_ENV+= COMPILER_PATH=${LOCALBASE}/bin -MAKE_ENV+= COMPILER_PATH=${LOCALBASE}/bin -.endif - .if ${PORT_OPTIONS:MBINDINGS} CONFIGURE_ARGS+= --python=${PYTHON_CMD} USES+= python |