diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2013-09-05 21:11:30 +0800 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2013-09-05 21:11:30 +0800 |
commit | 722fcf13e23287d9a93afe8eaecdc7f99cb46231 (patch) | |
tree | 725128acf7f52c82b2d5a2b938a25f79688ba00f /games | |
parent | 56a69dc50de38274346095dd6b872378b75aa7a6 (diff) | |
download | freebsd-ports-gnome-722fcf13e23287d9a93afe8eaecdc7f99cb46231.tar.gz freebsd-ports-gnome-722fcf13e23287d9a93afe8eaecdc7f99cb46231.tar.zst freebsd-ports-gnome-722fcf13e23287d9a93afe8eaecdc7f99cb46231.zip |
Fix previous commit: close conditional.
Diffstat (limited to 'games')
-rw-r--r-- | games/0ad/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/0ad/Makefile b/games/0ad/Makefile index 1d2d65ecdc08..4041363221b2 100644 --- a/games/0ad/Makefile +++ b/games/0ad/Makefile @@ -50,6 +50,7 @@ __CLANG!= ${DESTDIR}/usr/bin/clang --version | head -1 | \ ${SED} -e 's/.*clang version \([0-9]\)\.\([0-9]\).*/\1\2/' .else __CLANG= 0 +.endif .if ${__CLANG} < 33 && ${OSVERSION} > 900014 BUILD_DEPENDS+= ${LOCALBASE}/bin/clang33:${PORTSDIR}/lang/clang33 |