aboutsummaryrefslogtreecommitdiff
path: root/games/libdungeonmaker/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-04-03 00:12:27 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-04-03 00:12:27 +0000
commitd3698492b3f3bc0de19099ab29185fcf08b2ac18 (patch)
tree8ba4732e96ef690fe3747add993a51503d4b6c5b /games/libdungeonmaker/Makefile
parent5f556d2ef2c600e8421723edaf1445bcbfe72703 (diff)
downloadports-d3698492b3f3bc0de19099ab29185fcf08b2ac18.tar.gz
ports-d3698492b3f3bc0de19099ab29185fcf08b2ac18.zip
Notes
Diffstat (limited to 'games/libdungeonmaker/Makefile')
-rw-r--r--games/libdungeonmaker/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/games/libdungeonmaker/Makefile b/games/libdungeonmaker/Makefile
index 6d938a3120b9..ebf9aa508272 100644
--- a/games/libdungeonmaker/Makefile
+++ b/games/libdungeonmaker/Makefile
@@ -20,12 +20,6 @@ MAKEFILE= Makefile.bsd
OPTIONS_DEFINE= DOCS EXAMPLES
-.include <bsd.port.pre.mk>
-
-.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000024 && ${OSVERSION} < 1000705
-BROKEN= doesn't build with clang 3.3 (e.g. on FreeBSD 10.0)
-.endif
-
do-install:
${INSTALL_LIB} ${WRKSRC}/libdungeonmaker.a ${STAGEDIR}${PREFIX}/lib
${INSTALL_LIB} ${WRKSRC}/libdungeonmaker.so ${STAGEDIR}${PREFIX}/lib
@@ -37,4 +31,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/design* ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/main.cpp ${STAGEDIR}${EXAMPLESDIR}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>