diff options
author | madpilot <madpilot@FreeBSD.org> | 2013-09-05 21:11:30 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2013-09-05 21:11:30 +0800 |
commit | 2fd7db966d0b996e72be4707a6d32a291b474b89 (patch) | |
tree | 725128acf7f52c82b2d5a2b938a25f79688ba00f /games | |
parent | eab076362a90647cef9a615c3796dd0df4f6b56c (diff) | |
download | freebsd-ports-gnome-2fd7db966d0b996e72be4707a6d32a291b474b89.tar.gz freebsd-ports-gnome-2fd7db966d0b996e72be4707a6d32a291b474b89.tar.zst freebsd-ports-gnome-2fd7db966d0b996e72be4707a6d32a291b474b89.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 |