diff --git a/devel/clanlib-devel/Makefile b/devel/clanlib-devel/Makefile index d84c2f903f17..04dc72a727cc 100644 --- a/devel/clanlib-devel/Makefile +++ b/devel/clanlib-devel/Makefile @@ -41,6 +41,10 @@ LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} .include +.if ${OSVERSION} >= 502000 +BROKEN= "Broken pkg-plist" +.endif + .if ${OSVERSION} < 500032 BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport RUN_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport diff --git a/devel/tcl-neo/Makefile b/devel/tcl-neo/Makefile index 4b4ca83f80d5..4e5b78a15da6 100644 --- a/devel/tcl-neo/Makefile +++ b/devel/tcl-neo/Makefile @@ -37,6 +37,12 @@ post-build: NEO_LIBRARY= ${PREFIX}/lib/neo8.2 +.include + +.if ${OSVERSION} >= 502000 +BROKEN= "Broken pkg-plist" +.endif + post-install: ${MKDIR} ${NEO_LIBRARY} ${CP} -Rp ${WRKSRC}/../neolibs/[a-z]* ${NEO_LIBRARY} @@ -44,4 +50,4 @@ post-install: -e 's,@NEO_VERSION@,8.2,' < ${WRKSRC}/pkgIndex.tcl.in > \ ${NEO_LIBRARY}/pkgIndex.tcl -.include +.include