aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/cl-port-cmucl/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/cl-port-cmucl/Makefile b/devel/cl-port-cmucl/Makefile
index ce338e350e5d..6d8a35f6f3bb 100644
--- a/devel/cl-port-cmucl/Makefile
+++ b/devel/cl-port-cmucl/Makefile
@@ -27,6 +27,12 @@ RUN_DEPENDS= ${LOCALBASE}/lib/common-lisp/port/port.asd:${PORTSDIR}/devel/cl-po
${LOCALBASE}/lib/common-lisp/asdf/cmuclfasl/asdf.fasl:${PORTSDIR}/devel/cl-asdf-cmucl \
lisp:${PORTSDIR}/lang/cmucl
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Broken pkg-plist"
+.endif
+
do-build:
WRKSRC=${WRKSRC}/ FBSD_ASDF_COMPILE_PORT=t\
lisp -nositeinit -noinit \
@@ -38,4 +44,4 @@ do-install:
${MKDIR} ${PREFIX}/lib/common-lisp/port/cmuclfasl
${INSTALL_DATA} ${WRKSRC}/*.fasl ${PREFIX}/lib/common-lisp/port/cmuclfasl/
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>