diff options
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/xbmc-addon-xvdr/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/multimedia/xbmc-addon-xvdr/Makefile b/multimedia/xbmc-addon-xvdr/Makefile index 3fe9b1aafce4..ef90b9619881 100644 --- a/multimedia/xbmc-addon-xvdr/Makefile +++ b/multimedia/xbmc-addon-xvdr/Makefile @@ -28,7 +28,15 @@ AUTOMAKE_ARGS= --add-missing GNU_CONFIGURE_PREFIX= ${PREFIX}/share/xbmc CONFLICTS= xbmc-[0-9]* +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 900033 +BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils +CONFIGURE_ENV+= COMPILER_PATH=${LOCALBASE}/bin +MAKE_ENV+= COMPILER_PATH=${LOCALBASE}/bin +.endif + post-patch: (cd ${WRKSRC} && ${TOUCH} ./NEWS ./AUTHORS ./ChangeLog) -.include <bsd.port.mk> +.include <bsd.port.post.mk> |