diff options
Diffstat (limited to 'multimedia/mythtv-frontend/Makefile')
-rw-r--r-- | multimedia/mythtv-frontend/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/multimedia/mythtv-frontend/Makefile b/multimedia/mythtv-frontend/Makefile index ea03b51..95c0478 100644 --- a/multimedia/mythtv-frontend/Makefile +++ b/multimedia/mythtv-frontend/Makefile @@ -71,15 +71,6 @@ VDPAU_CONFIGURE_ENABLE= vdpau OPENGL_CONFIGURE_ENABLE= opengl-video -.include <bsd.port.pre.mk> - -# 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:MOPENGL} USE_QT4+= opengl .endif @@ -94,4 +85,4 @@ post-patch: ${WRKSRC}/programs/scripts/database/mythconverg_restore.pl \ ${WRKSRC}/programs/mythcommflag/mythcommflag-analyze -.include <bsd.port.post.mk> +.include <bsd.port.mk> |